Html Css Color HEX #0CE1CF Bright Turquoise

📋 copy color: '#0CE1CF'

red 12 ◦ green 225 ◦ blue 207

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

Shades of Bright Turquoise #0CE1CF

Tints of Bright Turquoise #0CE1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 2.7%
G = 50.68%
B = 46.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#0CE1CF (or 0x0CE1CF) is known color: Bright Turquoise. HEX triplet: 0C, E1 and CF. RGB value is (12,225,207). Sum of RGB (Red+Green+Blue) = 12+225+207=444 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE1CF is #F31E30. Grayscale: #9F9F9F. Windows color (decimal): -15932977 or 13623564. OLE color: 13623564.

HSL color Cylindrical-coordinate representation of color #0CE1CF: hue angle of 174.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE1CF is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 225 207 -
CMYK 0.95 0 0.08 0.12
HSL 174.93º 0.9% 0.46% -
HSV(B) 174.93º 0.95% 0.88% -
XYZ 38.34 58.43 68.29 -
YUV 159.26 154.93 22.96 -
System Red Green Blue C M Y K H S L
Decimal 12 225 207 0.95 0 0.08 0.12 174.93 0.9 0.46
Hex C E1 CF 5F 0 8 C AF 5A 2E
Octal 14 341 317 137 0 10 14 257 132 56
Binary 1100 11100001 11001111 1011111 0 1000 1100 10101111 1011010 101110

Color Harmonies of #0CE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE1CF

Black with #0CE1CF

Text Example


Text Example

White with #0CE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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