Html Css Color HEX #0CDFC9 Bright Turquoise

📋 copy color: '#0CDFC9'

red 12 ◦ green 223 ◦ blue 201

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

Shades of Bright Turquoise #0CDFC9

Tints of Bright Turquoise #0CDFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 2.75%
G = 51.15%
B = 46.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#0CDFC9 (or 0x0CDFC9) is known color: Bright Turquoise. HEX triplet: 0C, DF and C9. RGB value is (12,223,201). Sum of RGB (Red+Green+Blue) = 12+223+201=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFC9 is #F32036. Grayscale: #9D9D9D. Windows color (decimal): -15933495 or 13229836. OLE color: 13229836.

HSL color Cylindrical-coordinate representation of color #0CDFC9: hue angle of 173.74º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFC9 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 223 201 -
CMYK 0.95 0 0.10 0.13
HSL 173.74º 0.9% 0.46% -
HSV(B) 173.74º 0.95% 0.87% -
XYZ 37.08 57.07 64.32 -
YUV 157.4 152.6 24.29 -
System Red Green Blue C M Y K H S L
Decimal 12 223 201 0.95 0 0.10 0.13 173.74 0.9 0.46
Hex C DF C9 5F 0 A D AE 5A 2E
Octal 14 337 311 137 0 12 15 256 132 56
Binary 1100 11011111 11001001 1011111 0 1010 1101 10101110 1011010 101110

Color Harmonies of #0CDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDFC9

Black with #0CDFC9

Text Example


Text Example

White with #0CDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,201); }

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

background-color css

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

 a { background-color: rgb(12,223,201); }

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

border-color css

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

 span { border-color: rgb(12,223,201); }

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