Html Css Color HEX #0FEFD3 Bright Turquoise

📋 copy color: '#0FEFD3'

red 15 ◦ green 239 ◦ blue 211

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

Shades of Bright Turquoise #0FEFD3

Tints of Bright Turquoise #0FEFD3

RGB

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

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

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

R = 3.23%
G = 51.4%
B = 45.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#0FEFD3 (or 0x0FEFD3) is known color: Bright Turquoise. HEX triplet: 0F, EF and D3. RGB value is (15,239,211). Sum of RGB (Red+Green+Blue) = 15+239+211=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFD3 is #F0102C. Grayscale: #A8A8A8. Windows color (decimal): -15732781 or 13889295. OLE color: 13889295.

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

Color convert

RGB 15 239 211 -
CMYK 0.94 0 0.12 0.06
HSL 172.5º 0.88% 0.5% -
HSV(B) 172.5º 0.94% 0.94% -
XYZ 42.82 66.54 72.21 -
YUV 168.83 151.79 18.28 -
System Red Green Blue C M Y K H S L
Decimal 15 239 211 0.94 0 0.12 0.06 172.5 0.88 0.5
Hex F EF D3 5E 0 C 6 AC 58 32
Octal 17 357 323 136 0 14 6 254 130 62
Binary 1111 11101111 11010011 1011110 0 1100 110 10101100 1011000 110010

Color Harmonies of #0FEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFD3

Black with #0FEFD3

Text Example


Text Example

White with #0FEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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