Html Css Color HEX #0FEDD3 Bright Turquoise

📋 copy color: '#0FEDD3'

red 15 ◦ green 237 ◦ blue 211

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

Shades of Bright Turquoise #0FEDD3

Tints of Bright Turquoise #0FEDD3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

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

R = 3.24%
G = 51.19%
B = 45.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#0FEDD3 (or 0x0FEDD3) is known color: Bright Turquoise. HEX triplet: 0F, ED and D3. RGB value is (15,237,211). Sum of RGB (Red+Green+Blue) = 15+237+211=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDD3 is #F0122C. Grayscale: #A7A7A7. Windows color (decimal): -15733293 or 13888783. OLE color: 13888783.

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

Color convert

RGB 15 237 211 -
CMYK 0.94 0 0.11 0.07
HSL 172.97º 0.88% 0.49% -
HSV(B) 172.97º 0.94% 0.93% -
XYZ 42.24 65.37 72.02 -
YUV 167.66 152.45 19.11 -
System Red Green Blue C M Y K H S L
Decimal 15 237 211 0.94 0 0.11 0.07 172.97 0.88 0.49
Hex F ED D3 5E 0 B 7 AD 58 31
Octal 17 355 323 136 0 13 7 255 130 61
Binary 1111 11101101 11010011 1011110 0 1011 111 10101101 1011000 110001

Color Harmonies of #0FEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDD3

Black with #0FEDD3

Text Example


Text Example

White with #0FEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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