Html Css Color HEX #06DCEE Bright Turquoise

📋 copy color: '#06DCEE'

red 6 ◦ green 220 ◦ blue 238

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

Shades of Bright Turquoise #06DCEE

Tints of Bright Turquoise #06DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 1.29%
G = 47.41%
B = 51.29%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06DCEE (or 0x06DCEE) is known color: Bright Turquoise. HEX triplet: 06, DC and EE. RGB value is (6,220,238). Sum of RGB (Red+Green+Blue) = 6+220+238=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #06DCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCEE is #F92311. Grayscale: #9D9D9D. Windows color (decimal): -16327442 or 15653894. OLE color: 15653894.

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

Color convert

RGB 6 220 238 -
CMYK 0.97 0.08 0 0.07
HSL 184.66º 0.95% 0.48% -
HSV(B) 184.66º 0.97% 0.93% -
XYZ 41.1 57.4 89.8 -
YUV 158.07 173.1 19.54 -
System Red Green Blue C M Y K H S L
Decimal 6 220 238 0.97 0.08 0 0.07 184.66 0.95 0.48
Hex 6 DC EE 61 8 0 7 B9 5F 30
Octal 6 334 356 141 10 0 7 271 137 60
Binary 110 11011100 11101110 1100001 1000 0 111 10111001 1011111 110000

Color Harmonies of #06DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCEE

Black with #06DCEE

Text Example


Text Example

White with #06DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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