Html Css Color HEX #06DCEF Bright Turquoise

📋 copy color: '#06DCEF'

red 6 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #06DCEF

Tints of Bright Turquoise #06DCEF

RGB

 RED value IS 6 (2.73% from 255) = 1.29%

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 1.29%
G = 47.31%
B = 51.4%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06DCEF (or 0x06DCEF) is known color: Bright Turquoise. HEX triplet: 06, DC and EF. RGB value is (6,220,239). Sum of RGB (Red+Green+Blue) = 6+220+239=465 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #06DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCEF is #F92310. Grayscale: #9D9D9D. Windows color (decimal): -16327441 or 15719430. OLE color: 15719430.

HSL color Cylindrical-coordinate representation of color #06DCEF: hue angle of 184.89º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCEF is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 220 239 -
CMYK 0.97 0.08 0 0.06
HSL 184.89º 0.95% 0.48% -
HSV(B) 184.89º 0.97% 0.94% -
XYZ 41.25 57.46 90.58 -
YUV 158.18 173.6 19.46 -
System Red Green Blue C M Y K H S L
Decimal 6 220 239 0.97 0.08 0 0.06 184.89 0.95 0.48
Hex 6 DC EF 61 8 0 6 B9 5F 30
Octal 6 334 357 141 10 0 6 271 137 60
Binary 110 11011100 11101111 1100001 1000 0 110 10111001 1011111 110000

Color Harmonies of #06DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCEF

Black with #06DCEF

Text Example


Text Example

White with #06DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DCEF; }

 p { color: rgb(6,220,239); }

 H1.HeaderClassName
 {
   color: #06DCEF;
 }
 .AnyTagClassName
 {
   color: #06DCEF;
 }
</style>

background-color css

<style>
 a { background-color: #06DCEF; }

 a { background-color: rgb(6,220,239); }

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

border-color css

<style>
 span { border-color: #06DCEF; }

 span { border-color: rgb(6,220,239); }

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