#06CFEB

Color #06CFEB Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #06CFEB

Tints of Dark Turquoise #06CFEB

Color information

#06CFEB (or 0x06CFEB) is unknown color: approx Dark Turquoise. HEX triplet: 06, CF and EB. RGB value is (6,207,235). Sum of RGB (Red+Green+Blue) = 6+207+235=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #06CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CFEB is #F93014. Grayscale: #959595. Windows color (decimal): -16330773 or 15453958. OLE color: 15453958.

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

Color convert

RGB6207235-
CMYK0.970.1200.08
HSL187.34º95.02%47.25%-
HSV(B)187.34º97.45%92.16%-
XYZ37.3850.6686.41-
YUV150.09175.9125.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.34%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=1.34%
G=46.21%
B=52.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62072350.970.1200.08187.3495.0247.25
Hex6CFEB61C08bb5f2f
Octal63173531411401027313757
Binary11011001111111010111100001110001000101110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,207,235); }

 H1.HeaderClassName
 {
   color: #06CFEB;
 }
 .AnyTagClassName
 {
   color: #06CFEB;
 }
</style>
background-color css

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

 a { background-color: rgb(6,207,235); }

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

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

 span { border-color: rgb(6,207,235); }

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