Html Css Color HEX #0FDECA Bright Turquoise

📋 copy color: '#0FDECA'

red 15 ◦ green 222 ◦ blue 202

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

Shades of Bright Turquoise #0FDECA

Tints of Bright Turquoise #0FDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.57%

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 3.42%
G = 50.57%
B = 46.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#0FDECA (or 0x0FDECA) is known color: Bright Turquoise. HEX triplet: 0F, DE and CA. RGB value is (15,222,202). Sum of RGB (Red+Green+Blue) = 15+222+202=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDECA is #F02135. Grayscale: #9D9D9D. Windows color (decimal): -15737142 or 13295119. OLE color: 13295119.

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

Color convert

RGB 15 222 202 -
CMYK 0.93 0 0.09 0.13
HSL 174.2º 0.87% 0.46% -
HSV(B) 174.2º 0.93% 0.87% -
XYZ 36.98 56.61 64.85 -
YUV 157.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 15 222 202 0.93 0 0.09 0.13 174.2 0.87 0.46
Hex F DE CA 5D 0 9 D AE 57 2E
Octal 17 336 312 135 0 11 15 256 127 56
Binary 1111 11011110 11001010 1011101 0 1001 1101 10101110 1010111 101110

Color Harmonies of #0FDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDECA

Black with #0FDECA

Text Example


Text Example

White with #0FDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,202); }

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

background-color css

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

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

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

border-color css

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

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

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