Html Css Color HEX #0FFFD6 Bright Turquoise

📋 copy color: '#0FFFD6'

red 15 ◦ green 255 ◦ blue 214

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

Shades of Bright Turquoise #0FFFD6

Tints of Bright Turquoise #0FFFD6

RGB

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

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

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

R = 3.1%
G = 52.69%
B = 44.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#0FFFD6 (or 0x0FFFD6) is known color: Bright Turquoise. HEX triplet: 0F, FF and D6. RGB value is (15,255,214). Sum of RGB (Red+Green+Blue) = 15+255+214=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFD6 is #F00029. Grayscale: #B2B2B2. Windows color (decimal): -15728682 or 14089999. OLE color: 14089999.

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

Color convert

RGB 15 255 214 -
CMYK 0.94 0 0.16 0
HSL 169.75º 1% 0.53% -
HSV(B) 169.75º 0.94% 1% -
XYZ 48.09 76.48 75.84 -
YUV 178.57 147.99 11.33 -
System Red Green Blue C M Y K H S L
Decimal 15 255 214 0.94 0 0.16 0 169.75 1 0.53
Hex F FF D6 5E 0 10 0 AA 64 35
Octal 17 377 326 136 0 20 0 252 144 65
Binary 1111 11111111 11010110 1011110 0 10000 0 10101010 1100100 110101

Color Harmonies of #0FFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFD6

Black with #0FFFD6

Text Example


Text Example

White with #0FFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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