Html Css Color HEX #06C7E6 Dark Turquoise

📋 copy color: '#06C7E6'

red 6 ◦ green 199 ◦ blue 230

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

Shades of Dark Turquoise #06C7E6

Tints of Dark Turquoise #06C7E6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 1.38%
G = 45.75%
B = 52.87%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#06C7E6 (or 0x06C7E6) is known color: Dark Turquoise. HEX triplet: 06, C7 and E6. RGB value is (6,199,230). Sum of RGB (Red+Green+Blue) = 6+199+230=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #06C7E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7E6 is #F93819. Grayscale: #909090. Windows color (decimal): -16332826 or 15124230. OLE color: 15124230.

HSL color Cylindrical-coordinate representation of color #06C7E6: hue angle of 188.3º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C7E6 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 199 230 -
CMYK 0.97 0.13 0 0.10
HSL 188.3º 0.95% 0.46% -
HSV(B) 188.3º 0.97% 0.9% -
XYZ 34.78 46.6 82.02 -
YUV 144.83 176.06 28.98 -
System Red Green Blue C M Y K H S L
Decimal 6 199 230 0.97 0.13 0 0.10 188.3 0.95 0.46
Hex 6 C7 E6 61 D 0 A BC 5F 2E
Octal 6 307 346 141 15 0 12 274 137 56
Binary 110 11000111 11100110 1100001 1101 0 1010 10111100 1011111 101110

Color Harmonies of #06C7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C7E6

Black with #06C7E6

Text Example


Text Example

White with #06C7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,199,230); }

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

background-color css

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

 a { background-color: rgb(6,199,230); }

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

border-color css

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

 span { border-color: rgb(6,199,230); }

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