Html Css Color HEX #0CFEDD Bright Turquoise

📋 copy color: '#0CFEDD'

red 12 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #0CFEDD

Tints of Bright Turquoise #0CFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 2.46%
G = 52.16%
B = 45.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#0CFEDD (or 0x0CFEDD) is known color: Bright Turquoise. HEX triplet: 0C, FE and DD. RGB value is (12,254,221). Sum of RGB (Red+Green+Blue) = 12+254+221=487 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFEDD is #F30122. Grayscale: #B1B1B1. Windows color (decimal): -15925539 or 14548492. OLE color: 14548492.

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

Color convert

RGB 12 254 221 -
CMYK 0.95 0 0.13 0.00
HSL 171.82º 0.99% 0.52% -
HSV(B) 171.82º 0.95% 1% -
XYZ 48.64 76.18 80.55 -
YUV 177.88 152.33 9.68 -
System Red Green Blue C M Y K H S L
Decimal 12 254 221 0.95 0 0.13 0.00 171.82 0.99 0.52
Hex C FE DD 5F 0 D 0 AC 63 34
Octal 14 376 335 137 0 15 0 254 143 64
Binary 1100 11111110 11011101 1011111 0 1101 0 10101100 1100011 110100

Color Harmonies of #0CFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFEDD

Black with #0CFEDD

Text Example


Text Example

White with #0CFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,254,221); }

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

background-color css

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

 a { background-color: rgb(12,254,221); }

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

border-color css

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

 span { border-color: rgb(12,254,221); }

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