Html Css Color HEX #0FDCCE Bright Turquoise

📋 copy color: '#0FDCCE'

red 15 ◦ green 220 ◦ blue 206

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

Shades of Bright Turquoise #0FDCCE

Tints of Bright Turquoise #0FDCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 3.4%
G = 49.89%
B = 46.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#0FDCCE (or 0x0FDCCE) is known color: Bright Turquoise. HEX triplet: 0F, DC and CE. RGB value is (15,220,206). Sum of RGB (Red+Green+Blue) = 15+220+206=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCCE is #F02331. Grayscale: #9C9C9C. Windows color (decimal): -15737650 or 13556751. OLE color: 13556751.

HSL color Cylindrical-coordinate representation of color #0FDCCE: hue angle of 175.9º 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 #0FDCCE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 206 -
CMYK 0.93 0 0.06 0.14
HSL 175.9º 0.87% 0.46% -
HSV(B) 175.9º 0.93% 0.86% -
XYZ 36.93 55.74 67.21 -
YUV 157.11 155.58 26.64 -
System Red Green Blue C M Y K H S L
Decimal 15 220 206 0.93 0 0.06 0.14 175.9 0.87 0.46
Hex F DC CE 5D 0 6 E B0 57 2E
Octal 17 334 316 135 0 6 16 260 127 56
Binary 1111 11011100 11001110 1011101 0 110 1110 10110000 1010111 101110

Color Harmonies of #0FDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCCE

Black with #0FDCCE

Text Example


Text Example

White with #0FDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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