Html Css Color HEX #0CE3CC Bright Turquoise

📋 copy color: '#0CE3CC'

red 12 ◦ green 227 ◦ blue 204

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

Shades of Bright Turquoise #0CE3CC

Tints of Bright Turquoise #0CE3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.24%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 2.71%
G = 51.24%
B = 46.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#0CE3CC (or 0x0CE3CC) is known color: Bright Turquoise. HEX triplet: 0C, E3 and CC. RGB value is (12,227,204). Sum of RGB (Red+Green+Blue) = 12+227+204=443 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE3CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE3CC is #F31C33. Grayscale: #9F9F9F. Windows color (decimal): -15932468 or 13427468. OLE color: 13427468.

HSL color Cylindrical-coordinate representation of color #0CE3CC: hue angle of 173.58º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE3CC is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 227 204 -
CMYK 0.95 0 0.10 0.11
HSL 173.58º 0.9% 0.47% -
HSV(B) 173.58º 0.95% 0.89% -
XYZ 38.52 59.38 66.56 -
YUV 160.09 152.77 22.37 -
System Red Green Blue C M Y K H S L
Decimal 12 227 204 0.95 0 0.10 0.11 173.58 0.9 0.47
Hex C E3 CC 5F 0 A B AE 5A 2F
Octal 14 343 314 137 0 12 13 256 132 57
Binary 1100 11100011 11001100 1011111 0 1010 1011 10101110 1011010 101111

Color Harmonies of #0CE3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE3CC

Black with #0CE3CC

Text Example


Text Example

White with #0CE3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,227,204); }

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

background-color css

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

 a { background-color: rgb(12,227,204); }

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

border-color css

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

 span { border-color: rgb(12,227,204); }

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