Html Css Color HEX #0FDCDC Bright Turquoise

📋 copy color: '#0FDCDC'

red 15 ◦ green 220 ◦ blue 220

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

Shades of Bright Turquoise #0FDCDC

Tints of Bright Turquoise #0FDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 3.3%
G = 48.35%
B = 48.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FDCDC (or 0x0FDCDC) is known color: Bright Turquoise. HEX triplet: 0F, DC and DC. RGB value is (15,220,220). Sum of RGB (Red+Green+Blue) = 15+220+220=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #0FDCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCDC is #F02323. Grayscale: #9E9E9E. Windows color (decimal): -15737636 or 14474255. OLE color: 14474255.

HSL color Cylindrical-coordinate representation of color #0FDCDC: hue angle of 180º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCDC is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 220 -
CMYK 0.93 0 0 0.14
HSL 180º 0.87% 0.46% -
HSV(B) 180º 0.93% 0.86% -
XYZ 38.71 56.46 76.57 -
YUV 158.71 162.58 25.5 -
System Red Green Blue C M Y K H S L
Decimal 15 220 220 0.93 0 0 0.14 180 0.87 0.46
Hex F DC DC 5D 0 0 E B4 57 2E
Octal 17 334 334 135 0 0 16 264 127 56
Binary 1111 11011100 11011100 1011101 0 0 1110 10110100 1010111 101110

Color Harmonies of #0FDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCDC

Black with #0FDCDC

Text Example


Text Example

White with #0FDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,220); }

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

background-color css

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

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

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

border-color css

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

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

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