Html Css Color HEX #0CE5F9 Bright Turquoise

📋 copy color: '#0CE5F9'

red 12 ◦ green 229 ◦ blue 249

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

Shades of Bright Turquoise #0CE5F9

Tints of Bright Turquoise #0CE5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.73%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 2.45%
G = 46.73%
B = 50.82%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CE5F9 (or 0x0CE5F9) is known color: Bright Turquoise. HEX triplet: 0C, E5 and F9. RGB value is (12,229,249). Sum of RGB (Red+Green+Blue) = 12+229+249=490 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #0CE5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE5F9 is #F31A06. Grayscale: #A6A6A6. Windows color (decimal): -15931911 or 16377100. OLE color: 16377100.

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

Color convert

RGB 12 229 249 -
CMYK 0.95 0.08 0 0.02
HSL 185.06º 0.95% 0.51% -
HSV(B) 185.06º 0.95% 0.98% -
XYZ 45.27 62.96 99.39 -
YUV 166.4 174.61 17.87 -
System Red Green Blue C M Y K H S L
Decimal 12 229 249 0.95 0.08 0 0.02 185.06 0.95 0.51
Hex C E5 F9 5F 8 0 2 B9 5F 33
Octal 14 345 371 137 10 0 2 271 137 63
Binary 1100 11100101 11111001 1011111 1000 0 10 10111001 1011111 110011

Color Harmonies of #0CE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE5F9

Black with #0CE5F9

Text Example


Text Example

White with #0CE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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