Html Css Color HEX #0ACFDA Dark Turquoise

📋 copy color: '#0ACFDA'

red 10 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #0ACFDA

Tints of Dark Turquoise #0ACFDA

RGB

 RED value IS 10 (4.3% from 255) = 2.3%

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

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

R = 2.3%
G = 47.59%
B = 50.11%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0ACFDA (or 0x0ACFDA) is known color: Dark Turquoise. HEX triplet: 0A, CF and DA. RGB value is (10,207,218). Sum of RGB (Red+Green+Blue) = 10+207+218=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ACFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFDA is #F53025. Grayscale: #959595. Windows color (decimal): -16068646 or 14339850. OLE color: 14339850.

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

Color convert

RGB 10 207 218 -
CMYK 0.95 0.05 0 0.15
HSL 183.17º 0.91% 0.45% -
HSV(B) 183.17º 0.95% 0.85% -
XYZ 35.09 49.75 74.08 -
YUV 149.35 166.73 28.61 -
System Red Green Blue C M Y K H S L
Decimal 10 207 218 0.95 0.05 0 0.15 183.17 0.91 0.45
Hex A CF DA 5F 5 0 F B7 5B 2D
Octal 12 317 332 137 5 0 17 267 133 55
Binary 1010 11001111 11011010 1011111 101 0 1111 10110111 1011011 101101

Color Harmonies of #0ACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFDA

Black with #0ACFDA

Text Example


Text Example

White with #0ACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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