Html Css Color HEX #0CF9CE Bright Turquoise

📋 copy color: '#0CF9CE'

red 12 ◦ green 249 ◦ blue 206

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

Shades of Bright Turquoise #0CF9CE

Tints of Bright Turquoise #0CF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.32%

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

R = 2.57%
G = 53.32%
B = 44.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#0CF9CE (or 0x0CF9CE) is known color: Bright Turquoise. HEX triplet: 0C, F9 and CE. RGB value is (12,249,206). Sum of RGB (Red+Green+Blue) = 12+249+206=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF9CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF9CE is #F30631. Grayscale: #ADADAD. Windows color (decimal): -15926834 or 13564172. OLE color: 13564172.

HSL color Cylindrical-coordinate representation of color #0CF9CE: hue angle of 169.11º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF9CE is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 249 206 -
CMYK 0.95 0 0.17 0.02
HSL 169.11º 0.95% 0.51% -
HSV(B) 169.11º 0.95% 0.98% -
XYZ 45.17 72.29 69.96 -
YUV 173.24 146.48 13 -
System Red Green Blue C M Y K H S L
Decimal 12 249 206 0.95 0 0.17 0.02 169.11 0.95 0.51
Hex C F9 CE 5F 0 11 2 A9 5F 33
Octal 14 371 316 137 0 21 2 251 137 63
Binary 1100 11111001 11001110 1011111 0 10001 10 10101001 1011111 110011

Color Harmonies of #0CF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF9CE

Black with #0CF9CE

Text Example


Text Example

White with #0CF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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