Html Css Color HEX #0CFFE9 Bright Turquoise

📋 copy color: '#0CFFE9'

red 12 ◦ green 255 ◦ blue 233

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

Shades of Bright Turquoise #0CFFE9

Tints of Bright Turquoise #0CFFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 2.4%
G = 51%
B = 46.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#0CFFE9 (or 0x0CFFE9) is known color: Bright Turquoise. HEX triplet: 0C, FF and E9. RGB value is (12,255,233). Sum of RGB (Red+Green+Blue) = 12+255+233=500 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFFE9 is #F30016. Grayscale: #B3B3B3. Windows color (decimal): -15925271 or 15335180. OLE color: 15335180.

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

Color convert

RGB 12 255 233 -
CMYK 0.95 0 0.09 0
HSL 174.57º 1% 0.52% -
HSV(B) 174.57º 0.95% 1% -
XYZ 50.62 77.48 89.38 -
YUV 179.84 157.99 8.29 -
System Red Green Blue C M Y K H S L
Decimal 12 255 233 0.95 0 0.09 0 174.57 1 0.52
Hex C FF E9 5F 0 9 0 AF 64 34
Octal 14 377 351 137 0 11 0 257 144 64
Binary 1100 11111111 11101001 1011111 0 1001 0 10101111 1100100 110100

Color Harmonies of #0CFFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFE9

Black with #0CFFE9

Text Example


Text Example

White with #0CFFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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