Html Css Color HEX #0FFFD4 Bright Turquoise

📋 copy color: '#0FFFD4'

red 15 ◦ green 255 ◦ blue 212

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

Shades of Bright Turquoise #0FFFD4

Tints of Bright Turquoise #0FFFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

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

R = 3.11%
G = 52.9%
B = 43.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#0FFFD4 (or 0x0FFFD4) is known color: Bright Turquoise. HEX triplet: 0F, FF and D4. RGB value is (15,255,212). Sum of RGB (Red+Green+Blue) = 15+255+212=482 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFD4 is #F0002B. Grayscale: #B2B2B2. Windows color (decimal): -15728684 or 13958927. OLE color: 13958927.

HSL color Cylindrical-coordinate representation of color #0FFFD4: hue angle of 169.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFD4 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 15 255 212 -
CMYK 0.94 0 0.17 0
HSL 169.25º 1% 0.53% -
HSV(B) 169.25º 0.94% 1% -
XYZ 47.84 76.38 74.51 -
YUV 178.34 146.99 11.5 -
System Red Green Blue C M Y K H S L
Decimal 15 255 212 0.94 0 0.17 0 169.25 1 0.53
Hex F FF D4 5E 0 11 0 A9 64 35
Octal 17 377 324 136 0 21 0 251 144 65
Binary 1111 11111111 11010100 1011110 0 10001 0 10101001 1100100 110101

Color Harmonies of #0FFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFD4

Black with #0FFFD4

Text Example


Text Example

White with #0FFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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