#0FCDDD

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

Shades of Dark Turquoise #0FCDDD

Tints of Dark Turquoise #0FCDDD

Color information

#0FCDDD (or 0x0FCDDD) is unknown color: approx Dark Turquoise. HEX triplet: 0F, CD and DD. RGB value is (15,205,221). Sum of RGB (Red+Green+Blue) = 15+205+221=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FCDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDDD is #F03222. Grayscale: #959595. Windows color (decimal): -15741475 or 14535951. OLE color: 14535951.

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

Color convert

RGB15205221-
CMYK0.930.0700.13
HSL184.66º87.29%46.27%-
HSV(B)184.66º93.21%86.67%-
XYZ35.0848.9876.01-
YUV150.01168.0531.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.40%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=3.40%
G=46.49%
B=50.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152052210.930.0700.13184.6687.2946.27
HexFCDDD5D70Db9572e
Octal17315335135701527112756
Binary11111100110111011101101110111101101101110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FCDDD; }

 p { color: rgb(15,205,221); }

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

<style>
 a { background-color: #0FCDDD; }

 a { background-color: rgb(15,205,221); }

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

<style>
 span { border-color: #0FCDDD; }

 span { border-color: rgb(15,205,221); }

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