Html Css Color HEX #0CFFDB Bright Turquoise

📋 copy color: '#0CFFDB'

red 12 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #0CFFDB

Tints of Bright Turquoise #0CFFDB

RGB

 RED value IS 12 (5.08% from 255) = 2.47%

 GREEN value IS 255 (100% from 255) = 52.47%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 2.47%
G = 52.47%
B = 45.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#0CFFDB (or 0x0CFFDB) is known color: Bright Turquoise. HEX triplet: 0C, FF and DB. RGB value is (12,255,219). Sum of RGB (Red+Green+Blue) = 12+255+219=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFDB is #F30024. Grayscale: #B2B2B2. Windows color (decimal): -15925285 or 14417676. OLE color: 14417676.

HSL color Cylindrical-coordinate representation of color #0CFFDB: hue angle of 171.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFDB is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 219 -
CMYK 0.95 0 0.14 0
HSL 171.11º 1% 0.52% -
HSV(B) 171.11º 0.95% 1% -
XYZ 48.7 76.71 79.26 -
YUV 178.24 150.99 9.43 -
System Red Green Blue C M Y K H S L
Decimal 12 255 219 0.95 0 0.14 0 171.11 1 0.52
Hex C FF DB 5F 0 E 0 AB 64 34
Octal 14 377 333 137 0 16 0 253 144 64
Binary 1100 11111111 11011011 1011111 0 1110 0 10101011 1100100 110100

Color Harmonies of #0CFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFDB

Black with #0CFFDB

Text Example


Text Example

White with #0CFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CFFDB;
 }
 .AnyTagClassName
 {
   color: #0CFFDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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