Html Css Color HEX #05DDE6 Bright Turquoise

📋 copy color: '#05DDE6'

red 5 ◦ green 221 ◦ blue 230

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

Shades of Bright Turquoise #05DDE6

Tints of Bright Turquoise #05DDE6

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#05DDE6 (or 0x05DDE6) is known color: Bright Turquoise. HEX triplet: 05, DD and E6. RGB value is (5,221,230). Sum of RGB (Red+Green+Blue) = 5+221+230=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #05DDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DDE6 is #FA2219. Grayscale: #9D9D9D. Windows color (decimal): -16392730 or 15129861. OLE color: 15129861.

HSL color Cylindrical-coordinate representation of color #05DDE6: hue angle of 182.4º 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 #05DDE6 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 221 230 -
CMYK 0.98 0.04 0 0.10
HSL 182.4º 0.96% 0.46% -
HSV(B) 182.4º 0.98% 0.9% -
XYZ 40.2 57.46 83.83 -
YUV 157.44 168.94 19.27 -
System Red Green Blue C M Y K H S L
Decimal 5 221 230 0.98 0.04 0 0.10 182.4 0.96 0.46
Hex 5 DD E6 62 4 0 A B6 60 2E
Octal 5 335 346 142 4 0 12 266 140 56
Binary 101 11011101 11100110 1100010 100 0 1010 10110110 1100000 101110

Color Harmonies of #05DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DDE6

Black with #05DDE6

Text Example


Text Example

White with #05DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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