Html Css Color HEX #0CFFDD Bright Turquoise

📋 copy color: '#0CFFDD'

red 12 ◦ green 255 ◦ blue 221

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

Shades of Bright Turquoise #0CFFDD

Tints of Bright Turquoise #0CFFDD

RGB

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

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

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

R = 2.46%
G = 52.25%
B = 45.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#0CFFDD (or 0x0CFFDD) is known color: Bright Turquoise. HEX triplet: 0C, FF and DD. RGB value is (12,255,221). Sum of RGB (Red+Green+Blue) = 12+255+221=488 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFDD is #F30022. Grayscale: #B2B2B2. Windows color (decimal): -15925283 or 14548748. OLE color: 14548748.

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

Color convert

RGB 12 255 221 -
CMYK 0.95 0 0.13 0
HSL 171.6º 1% 0.52% -
HSV(B) 171.6º 0.95% 1% -
XYZ 48.96 76.82 80.65 -
YUV 178.47 151.99 9.26 -
System Red Green Blue C M Y K H S L
Decimal 12 255 221 0.95 0 0.13 0 171.6 1 0.52
Hex C FF DD 5F 0 D 0 AC 64 34
Octal 14 377 335 137 0 15 0 254 144 64
Binary 1100 11111111 11011101 1011111 0 1101 0 10101100 1100100 110100

Color Harmonies of #0CFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFDD

Black with #0CFFDD

Text Example


Text Example

White with #0CFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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