Html Css Color HEX #0CFBC7 Bright Turquoise

📋 copy color: '#0CFBC7'

red 12 ◦ green 251 ◦ blue 199

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

Shades of Bright Turquoise #0CFBC7

Tints of Bright Turquoise #0CFBC7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.33%

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 2.6%
G = 54.33%
B = 43.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#0CFBC7 (or 0x0CFBC7) is known color: Bright Turquoise. HEX triplet: 0C, FB and C7. RGB value is (12,251,199). Sum of RGB (Red+Green+Blue) = 12+251+199=462 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.60% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBC7 is #F30438. Grayscale: #ADADAD. Windows color (decimal): -15926329 or 13105932. OLE color: 13105932.

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

Color convert

RGB 12 251 199 -
CMYK 0.95 0 0.21 0.02
HSL 166.95º 0.97% 0.52% -
HSV(B) 166.95º 0.95% 0.98% -
XYZ 44.96 73.2 65.79 -
YUV 173.61 142.32 12.73 -
System Red Green Blue C M Y K H S L
Decimal 12 251 199 0.95 0 0.21 0.02 166.95 0.97 0.52
Hex C FB C7 5F 0 15 2 A7 61 34
Octal 14 373 307 137 0 25 2 247 141 64
Binary 1100 11111011 11000111 1011111 0 10101 10 10100111 1100001 110100

Color Harmonies of #0CFBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBC7

Black with #0CFBC7

Text Example


Text Example

White with #0CFBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,251,199); }

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

background-color css

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

 a { background-color: rgb(12,251,199); }

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

border-color css

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

 span { border-color: rgb(12,251,199); }

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