Html Css Color HEX #05E6DD Bright Turquoise

📋 copy color: '#05E6DD'

red 5 ◦ green 230 ◦ blue 221

#05E6DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #05E6DD

Tints of Bright Turquoise #05E6DD

RGB

 RED value IS 5 (2.34% from 255) = 1.1%

 GREEN value IS 230 (90.23% from 255) = 50.44%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 1.1%
G = 50.44%
B = 48.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05E6DD (or 0x05E6DD) is known color: Bright Turquoise. HEX triplet: 05, E6 and DD. RGB value is (5,230,221). Sum of RGB (Red+Green+Blue) = 5+230+221=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #05E6DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E6DD is #FA1922. Grayscale: #A1A1A1. Windows color (decimal): -16390435 or 14542341. OLE color: 14542341.

HSL color Cylindrical-coordinate representation of color #05E6DD: hue angle of 177.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E6DD is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 230 221 -
CMYK 0.98 0 0.04 0.10
HSL 177.6º 0.96% 0.46% -
HSV(B) 177.6º 0.98% 0.9% -
XYZ 41.41 61.85 78.16 -
YUV 161.7 161.46 16.23 -
System Red Green Blue C M Y K H S L
Decimal 5 230 221 0.98 0 0.04 0.10 177.6 0.96 0.46
Hex 5 E6 DD 62 0 4 A B2 60 2E
Octal 5 346 335 142 0 4 12 262 140 56
Binary 101 11100110 11011101 1100010 0 100 1010 10110010 1100000 101110

Color Harmonies of #05E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E6DD

Black with #05E6DD

Text Example


Text Example

White with #05E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E6DD; }

 p { color: rgb(5,230,221); }

 H1.HeaderClassName
 {
   color: #05E6DD;
 }
 .AnyTagClassName
 {
   color: #05E6DD;
 }
</style>

background-color css

<style>
 a { background-color: #05E6DD; }

 a { background-color: rgb(5,230,221); }

 div.DivClassName
 {
   background-color: #05E6DD;
 }
 .BgClassName
 {
   background-color: #05E6DD;
 }
</style>

border-color css

<style>
 span { border-color: #05E6DD; }

 span { border-color: rgb(5,230,221); }

 td.TdClassName
 {
   border-color: #05E6DD;
 }
 .TagClassName
 {
   border-color: #05E6DD;
 }
</style>