Html Css Color HEX #0FDFD4 Bright Turquoise

📋 copy color: '#0FDFD4'

red 15 ◦ green 223 ◦ blue 212

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

Shades of Bright Turquoise #0FDFD4

Tints of Bright Turquoise #0FDFD4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 3.33%
G = 49.56%
B = 47.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#0FDFD4 (or 0x0FDFD4) is known color: Bright Turquoise. HEX triplet: 0F, DF and D4. RGB value is (15,223,212). Sum of RGB (Red+Green+Blue) = 15+223+212=450 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFD4 is #F0202B. Grayscale: #9F9F9F. Windows color (decimal): -15736876 or 13950735. OLE color: 13950735.

HSL color Cylindrical-coordinate representation of color #0FDFD4: hue angle of 176.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFD4 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 212 -
CMYK 0.93 0 0.05 0.13
HSL 176.83º 0.87% 0.47% -
HSV(B) 176.83º 0.93% 0.87% -
XYZ 38.47 57.63 71.38 -
YUV 159.55 157.59 24.89 -
System Red Green Blue C M Y K H S L
Decimal 15 223 212 0.93 0 0.05 0.13 176.83 0.87 0.47
Hex F DF D4 5D 0 5 D B1 57 2F
Octal 17 337 324 135 0 5 15 261 127 57
Binary 1111 11011111 11010100 1011101 0 101 1101 10110001 1010111 101111

Color Harmonies of #0FDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFD4

Black with #0FDFD4

Text Example


Text Example

White with #0FDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,212); }

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

background-color css

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

 a { background-color: rgb(15,223,212); }

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

border-color css

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

 span { border-color: rgb(15,223,212); }

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