#0CDBF4

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

Shades of Bright Turquoise #0CDBF4

Tints of Bright Turquoise #0CDBF4

Color information

#0CDBF4 (or 0x0CDBF4) is unknown color: approx Bright Turquoise. HEX triplet: 0C, DB and F4. RGB value is (12,219,244). Sum of RGB (Red+Green+Blue) = 12+219+244=475 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 244 (95.70% from 255 or 51.37% from 475); Max value from RGB is 244 - color contains mainly: blue. Hex color #0CDBF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDBF4 is #F3240B. Grayscale: #9F9F9F. Windows color (decimal): -15934476 or 16046860. OLE color: 16046860.

HSL color Cylindrical-coordinate representation of color #0CDBF4: hue angle of 186.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBF4 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12219244-
CMYK0.950.1000.04
HSL186.47º91.34%50.2%-
HSV(B)186.47º95.08%95.69%-
XYZ41.8157.2794.44-
YUV159.96175.4222.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.53%
GREEN value IS 219 (85.94% from 255) = 46.11%
BLUE value IS 244 (95.70% from 255) = 51.37%
R=2.53%
G=46.11%
B=51.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal122192440.950.1000.04186.4791.3450.2
HexCDBF45FA04ba5b32
Octal14333364137120427213362
Binary11001101101111110100101111110100100101110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,219,244); }

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

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

 a { background-color: rgb(12,219,244); }

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

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

 span { border-color: rgb(12,219,244); }

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