Html Css Color HEX #0FFFD0 Bright Turquoise

📋 copy color: '#0FFFD0'

red 15 ◦ green 255 ◦ blue 208

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

Shades of Bright Turquoise #0FFFD0

Tints of Bright Turquoise #0FFFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 3.14%
G = 53.35%
B = 43.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#0FFFD0 (or 0x0FFFD0) is known color: Bright Turquoise. HEX triplet: 0F, FF and D0. RGB value is (15,255,208). Sum of RGB (Red+Green+Blue) = 15+255+208=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFD0 is #F0002F. Grayscale: #B1B1B1. Windows color (decimal): -15728688 or 13696783. OLE color: 13696783.

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

Color convert

RGB 15 255 208 -
CMYK 0.94 0 0.18 0
HSL 168.25º 1% 0.53% -
HSV(B) 168.25º 0.94% 1% -
XYZ 47.34 76.18 71.88 -
YUV 177.88 144.99 11.82 -
System Red Green Blue C M Y K H S L
Decimal 15 255 208 0.94 0 0.18 0 168.25 1 0.53
Hex F FF D0 5E 0 12 0 A8 64 35
Octal 17 377 320 136 0 22 0 250 144 65
Binary 1111 11111111 11010000 1011110 0 10010 0 10101000 1100100 110101

Color Harmonies of #0FFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFD0

Black with #0FFFD0

Text Example


Text Example

White with #0FFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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