Html Css Color HEX #0CFFCC Bright Turquoise

📋 copy color: '#0CFFCC'

red 12 ◦ green 255 ◦ blue 204

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

Shades of Bright Turquoise #0CFFCC

Tints of Bright Turquoise #0CFFCC

RGB

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

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

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

R = 2.55%
G = 54.14%
B = 43.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#0CFFCC (or 0x0CFFCC) is known color: Bright Turquoise. HEX triplet: 0C, FF and CC. RGB value is (12,255,204). Sum of RGB (Red+Green+Blue) = 12+255+204=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFCC is #F30033. Grayscale: #B0B0B0. Windows color (decimal): -15925300 or 13434636. OLE color: 13434636.

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

Color convert

RGB 12 255 204 -
CMYK 0.95 0 0.2 0
HSL 167.41º 1% 0.52% -
HSV(B) 167.41º 0.95% 1% -
XYZ 46.81 75.96 69.32 -
YUV 176.53 143.49 10.65 -
System Red Green Blue C M Y K H S L
Decimal 12 255 204 0.95 0 0.2 0 167.41 1 0.52
Hex C FF CC 5F 0 14 0 A7 64 34
Octal 14 377 314 137 0 24 0 247 144 64
Binary 1100 11111111 11001100 1011111 0 10100 0 10100111 1100100 110100

Color Harmonies of #0CFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFCC

Black with #0CFFCC

Text Example


Text Example

White with #0CFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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