Html Css Color HEX #0FFDCC Bright Turquoise

📋 copy color: '#0FFDCC'

red 15 ◦ green 253 ◦ blue 204

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

Shades of Bright Turquoise #0FFDCC

Tints of Bright Turquoise #0FFDCC

RGB

 RED value IS 15 (6.25% from 255) = 3.18%

 GREEN value IS 253 (99.22% from 255) = 53.6%

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

R = 3.18%
G = 53.6%
B = 43.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#0FFDCC (or 0x0FFDCC) is known color: Bright Turquoise. HEX triplet: 0F, FD and CC. RGB value is (15,253,204). Sum of RGB (Red+Green+Blue) = 15+253+204=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDCC is #F00233. Grayscale: #B0B0B0. Windows color (decimal): -15729204 or 13434127. OLE color: 13434127.

HSL color Cylindrical-coordinate representation of color #0FFDCC: hue angle of 167.65º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDCC is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 204 -
CMYK 0.94 0 0.19 0.01
HSL 167.65º 0.98% 0.53% -
HSV(B) 167.65º 0.94% 0.99% -
XYZ 46.22 74.71 69.11 -
YUV 176.25 143.65 12.98 -
System Red Green Blue C M Y K H S L
Decimal 15 253 204 0.94 0 0.19 0.01 167.65 0.98 0.53
Hex F FD CC 5E 0 13 1 A8 62 35
Octal 17 375 314 136 0 23 1 250 142 65
Binary 1111 11111101 11001100 1011110 0 10011 1 10101000 1100010 110101

Color Harmonies of #0FFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFDCC

Black with #0FFDCC

Text Example


Text Example

White with #0FFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,253,204); }

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

background-color css

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

 a { background-color: rgb(15,253,204); }

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

border-color css

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

 span { border-color: rgb(15,253,204); }

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