Html Css Color HEX #0FBFDF Dark Turquoise

📋 copy color: '#0FBFDF'

red 15 ◦ green 191 ◦ blue 223

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

Shades of Dark Turquoise #0FBFDF

Tints of Dark Turquoise #0FBFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 3.5%
G = 44.52%
B = 51.98%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FBFDF (or 0x0FBFDF) is known color: Dark Turquoise. HEX triplet: 0F, BF and DF. RGB value is (15,191,223). Sum of RGB (Red+Green+Blue) = 15+191+223=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FBFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFDF is #F04020. Grayscale: #8D8D8D. Windows color (decimal): -15745057 or 14663439. OLE color: 14663439.

HSL color Cylindrical-coordinate representation of color #0FBFDF: hue angle of 189.23º 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 #0FBFDF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 191 223 -
CMYK 0.93 0.14 0 0.13
HSL 189.23º 0.87% 0.47% -
HSV(B) 189.23º 0.93% 0.87% -
XYZ 32.15 42.69 76.36 -
YUV 142.02 173.69 37.4 -
System Red Green Blue C M Y K H S L
Decimal 15 191 223 0.93 0.14 0 0.13 189.23 0.87 0.47
Hex F BF DF 5D E 0 D BD 57 2F
Octal 17 277 337 135 16 0 15 275 127 57
Binary 1111 10111111 11011111 1011101 1110 0 1101 10111101 1010111 101111

Color Harmonies of #0FBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFDF

Black with #0FBFDF

Text Example


Text Example

White with #0FBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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