Html Css Color HEX #0FEDD6 Bright Turquoise

📋 copy color: '#0FEDD6'

red 15 ◦ green 237 ◦ blue 214

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

Shades of Bright Turquoise #0FEDD6

Tints of Bright Turquoise #0FEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 3.22%
G = 50.86%
B = 45.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#0FEDD6 (or 0x0FEDD6) is known color: Bright Turquoise. HEX triplet: 0F, ED and D6. RGB value is (15,237,214). Sum of RGB (Red+Green+Blue) = 15+237+214=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDD6 is #F01229. Grayscale: #A7A7A7. Windows color (decimal): -15733290 or 14085391. OLE color: 14085391.

HSL color Cylindrical-coordinate representation of color #0FEDD6: hue angle of 173.78º 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 #0FEDD6 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 237 214 -
CMYK 0.94 0 0.10 0.07
HSL 173.78º 0.88% 0.49% -
HSV(B) 173.78º 0.94% 0.93% -
XYZ 42.62 65.52 74.02 -
YUV 168 153.95 18.87 -
System Red Green Blue C M Y K H S L
Decimal 15 237 214 0.94 0 0.10 0.07 173.78 0.88 0.49
Hex F ED D6 5E 0 A 7 AE 58 31
Octal 17 355 326 136 0 12 7 256 130 61
Binary 1111 11101101 11010110 1011110 0 1010 111 10101110 1011000 110001

Color Harmonies of #0FEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDD6

Black with #0FEDD6

Text Example


Text Example

White with #0FEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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