Html Css Color HEX #0CFDCC Bright Turquoise

📋 copy color: '#0CFDCC'

red 12 ◦ green 253 ◦ blue 204

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

Shades of Bright Turquoise #0CFDCC

Tints of Bright Turquoise #0CFDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.94%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 2.56%
G = 53.94%
B = 43.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#0CFDCC (or 0x0CFDCC) is known color: Bright Turquoise. HEX triplet: 0C, FD and CC. RGB value is (12,253,204). Sum of RGB (Red+Green+Blue) = 12+253+204=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFDCC is #F30233. Grayscale: #AFAFAF. Windows color (decimal): -15925812 or 13434124. OLE color: 13434124.

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

Color convert

RGB 12 253 204 -
CMYK 0.95 0 0.19 0.01
HSL 167.8º 0.98% 0.52% -
HSV(B) 167.8º 0.95% 0.99% -
XYZ 46.18 74.69 69.11 -
YUV 175.36 144.16 11.48 -
System Red Green Blue C M Y K H S L
Decimal 12 253 204 0.95 0 0.19 0.01 167.8 0.98 0.52
Hex C FD CC 5F 0 13 1 A8 62 34
Octal 14 375 314 137 0 23 1 250 142 64
Binary 1100 11111101 11001100 1011111 0 10011 1 10101000 1100010 110100

Color Harmonies of #0CFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFDCC

Black with #0CFDCC

Text Example


Text Example

White with #0CFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,253,204); }

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

background-color css

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

 a { background-color: rgb(12,253,204); }

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

border-color css

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

 span { border-color: rgb(12,253,204); }

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