Html Css Color HEX #0CE1F9 Bright Turquoise

📋 copy color: '#0CE1F9'

red 12 ◦ green 225 ◦ blue 249

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

Shades of Bright Turquoise #0CE1F9

Tints of Bright Turquoise #0CE1F9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

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

R = 2.47%
G = 46.3%
B = 51.23%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CE1F9 (or 0x0CE1F9) is known color: Bright Turquoise. HEX triplet: 0C, E1 and F9. RGB value is (12,225,249). Sum of RGB (Red+Green+Blue) = 12+225+249=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #0CE1F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE1F9 is #F31E06. Grayscale: #A3A3A3. Windows color (decimal): -15932935 or 16376076. OLE color: 16376076.

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

Color convert

RGB 12 225 249 -
CMYK 0.95 0.10 0 0.02
HSL 186.08º 0.95% 0.51% -
HSV(B) 186.08º 0.95% 0.98% -
XYZ 44.18 60.77 99.02 -
YUV 164.05 175.93 19.55 -
System Red Green Blue C M Y K H S L
Decimal 12 225 249 0.95 0.10 0 0.02 186.08 0.95 0.51
Hex C E1 F9 5F A 0 2 BA 5F 33
Octal 14 341 371 137 12 0 2 272 137 63
Binary 1100 11100001 11111001 1011111 1010 0 10 10111010 1011111 110011

Color Harmonies of #0CE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE1F9

Black with #0CE1F9

Text Example


Text Example

White with #0CE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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