Html Css Color HEX #0FFED3 Bright Turquoise

📋 copy color: '#0FFED3'

red 15 ◦ green 254 ◦ blue 211

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

Shades of Bright Turquoise #0FFED3

Tints of Bright Turquoise #0FFED3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.92%

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 3.13%
G = 52.92%
B = 43.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#0FFED3 (or 0x0FFED3) is known color: Bright Turquoise. HEX triplet: 0F, FE and D3. RGB value is (15,254,211). Sum of RGB (Red+Green+Blue) = 15+254+211=480 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFED3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFED3 is #F0012C. Grayscale: #B1B1B1. Windows color (decimal): -15728941 or 13893135. OLE color: 13893135.

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

Color convert

RGB 15 254 211 -
CMYK 0.94 0 0.17 0.00
HSL 169.21º 0.99% 0.53% -
HSV(B) 169.21º 0.94% 1% -
XYZ 47.4 75.69 73.74 -
YUV 177.64 146.82 12 -
System Red Green Blue C M Y K H S L
Decimal 15 254 211 0.94 0 0.17 0.00 169.21 0.99 0.53
Hex F FE D3 5E 0 11 0 A9 63 35
Octal 17 376 323 136 0 21 0 251 143 65
Binary 1111 11111110 11010011 1011110 0 10001 0 10101001 1100011 110101

Color Harmonies of #0FFED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFED3

Black with #0FFED3

Text Example


Text Example

White with #0FFED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,254,211); }

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

background-color css

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

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

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

border-color css

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

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

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