Html Css Color HEX #06D4EE Bright Turquoise

📋 copy color: '#06D4EE'

red 6 ◦ green 212 ◦ blue 238

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

Shades of Bright Turquoise #06D4EE

Tints of Bright Turquoise #06D4EE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 1.32%
G = 46.49%
B = 52.19%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06D4EE (or 0x06D4EE) is known color: Bright Turquoise. HEX triplet: 06, D4 and EE. RGB value is (6,212,238). Sum of RGB (Red+Green+Blue) = 6+212+238=456 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #06D4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D4EE is #F92B11. Grayscale: #999999. Windows color (decimal): -16329490 or 15651846. OLE color: 15651846.

HSL color Cylindrical-coordinate representation of color #06D4EE: hue angle of 186.72º 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 #06D4EE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 212 238 -
CMYK 0.97 0.11 0 0.07
HSL 186.72º 0.95% 0.48% -
HSV(B) 186.72º 0.97% 0.93% -
XYZ 39.05 53.3 89.12 -
YUV 153.37 175.75 22.89 -
System Red Green Blue C M Y K H S L
Decimal 6 212 238 0.97 0.11 0 0.07 186.72 0.95 0.48
Hex 6 D4 EE 61 B 0 7 BB 5F 30
Octal 6 324 356 141 13 0 7 273 137 60
Binary 110 11010100 11101110 1100001 1011 0 111 10111011 1011111 110000

Color Harmonies of #06D4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D4EE

Black with #06D4EE

Text Example


Text Example

White with #06D4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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