Html Css Color HEX #0FEFDA Bright Turquoise

📋 copy color: '#0FEFDA'

red 15 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #0FEFDA

Tints of Bright Turquoise #0FEFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.64%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 3.18%
G = 50.64%
B = 46.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#0FEFDA (or 0x0FEFDA) is known color: Bright Turquoise. HEX triplet: 0F, EF and DA. RGB value is (15,239,218). Sum of RGB (Red+Green+Blue) = 15+239+218=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFDA is #F01025. Grayscale: #A9A9A9. Windows color (decimal): -15732774 or 14348047. OLE color: 14348047.

HSL color Cylindrical-coordinate representation of color #0FEFDA: hue angle of 174.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFDA is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 239 218 -
CMYK 0.94 0 0.09 0.06
HSL 174.38º 0.88% 0.5% -
HSV(B) 174.38º 0.94% 0.94% -
XYZ 43.72 66.9 76.94 -
YUV 169.63 155.29 17.71 -
System Red Green Blue C M Y K H S L
Decimal 15 239 218 0.94 0 0.09 0.06 174.38 0.88 0.5
Hex F EF DA 5E 0 9 6 AE 58 32
Octal 17 357 332 136 0 11 6 256 130 62
Binary 1111 11101111 11011010 1011110 0 1001 110 10101110 1011000 110010

Color Harmonies of #0FEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFDA

Black with #0FEFDA

Text Example


Text Example

White with #0FEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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