Html Css Color HEX #0FDAE2 Bright Turquoise

📋 copy color: '#0FDAE2'

red 15 ◦ green 218 ◦ blue 226

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

Shades of Bright Turquoise #0FDAE2

Tints of Bright Turquoise #0FDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 3.27%
G = 47.49%
B = 49.24%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0FDAE2 (or 0x0FDAE2) is known color: Bright Turquoise. HEX triplet: 0F, DA and E2. RGB value is (15,218,226). Sum of RGB (Red+Green+Blue) = 15+218+226=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #0FDAE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDAE2 is #F0251D. Grayscale: #9D9D9D. Windows color (decimal): -15738142 or 14866959. OLE color: 14866959.

HSL color Cylindrical-coordinate representation of color #0FDAE2: hue angle of 182.27º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDAE2 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 218 226 -
CMYK 0.93 0.04 0 0.11
HSL 182.27º 0.88% 0.47% -
HSV(B) 182.27º 0.93% 0.89% -
XYZ 39 55.74 80.65 -
YUV 158.22 166.25 25.85 -
System Red Green Blue C M Y K H S L
Decimal 15 218 226 0.93 0.04 0 0.11 182.27 0.88 0.47
Hex F DA E2 5D 4 0 B B6 58 2F
Octal 17 332 342 135 4 0 13 266 130 57
Binary 1111 11011010 11100010 1011101 100 0 1011 10110110 1011000 101111

Color Harmonies of #0FDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDAE2

Black with #0FDAE2

Text Example


Text Example

White with #0FDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,226); }

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

background-color css

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

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

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

border-color css

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

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

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