Html Css Color HEX #0FCFDA Dark Turquoise

📋 copy color: '#0FCFDA'

red 15 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #0FCFDA

Tints of Dark Turquoise #0FCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.05%

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 3.41%
G = 47.05%
B = 49.55%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0FCFDA (or 0x0FCFDA) is known color: Dark Turquoise. HEX triplet: 0F, CF and DA. RGB value is (15,207,218). Sum of RGB (Red+Green+Blue) = 15+207+218=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FCFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFDA is #F03025. Grayscale: #969696. Windows color (decimal): -15740966 or 14339855. OLE color: 14339855.

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

Color convert

RGB 15 207 218 -
CMYK 0.93 0.05 0 0.15
HSL 183.25º 0.87% 0.46% -
HSV(B) 183.25º 0.93% 0.85% -
XYZ 35.16 49.79 74.09 -
YUV 150.85 165.89 31.11 -
System Red Green Blue C M Y K H S L
Decimal 15 207 218 0.93 0.05 0 0.15 183.25 0.87 0.46
Hex F CF DA 5D 5 0 F B7 57 2E
Octal 17 317 332 135 5 0 17 267 127 56
Binary 1111 11001111 11011010 1011101 101 0 1111 10110111 1010111 101110

Color Harmonies of #0FCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFDA

Black with #0FCFDA

Text Example


Text Example

White with #0FCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,218); }

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

background-color css

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

 a { background-color: rgb(15,207,218); }

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

border-color css

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

 span { border-color: rgb(15,207,218); }

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