Html Css Color HEX #0CFFCE Bright Turquoise

📋 copy color: '#0CFFCE'

red 12 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #0CFFCE

Tints of Bright Turquoise #0CFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 2.54%
G = 53.91%
B = 43.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#0CFFCE (or 0x0CFFCE) is known color: Bright Turquoise. HEX triplet: 0C, FF and CE. RGB value is (12,255,206). Sum of RGB (Red+Green+Blue) = 12+255+206=473 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFCE is #F30031. Grayscale: #B0B0B0. Windows color (decimal): -15925298 or 13565708. OLE color: 13565708.

HSL color Cylindrical-coordinate representation of color #0CFFCE: hue angle of 167.9º 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 #0CFFCE is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 206 -
CMYK 0.95 0 0.19 0
HSL 167.9º 1% 0.52% -
HSV(B) 167.9º 0.95% 1% -
XYZ 47.05 76.05 70.59 -
YUV 176.76 144.49 10.48 -
System Red Green Blue C M Y K H S L
Decimal 12 255 206 0.95 0 0.19 0 167.9 1 0.52
Hex C FF CE 5F 0 13 0 A8 64 34
Octal 14 377 316 137 0 23 0 250 144 64
Binary 1100 11111111 11001110 1011111 0 10011 0 10101000 1100100 110100

Color Harmonies of #0CFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFCE

Black with #0CFFCE

Text Example


Text Example

White with #0CFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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