Html Css Color HEX #0ACFDF Dark Turquoise

📋 copy color: '#0ACFDF'

red 10 ◦ green 207 ◦ blue 223

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

Shades of Dark Turquoise #0ACFDF

Tints of Dark Turquoise #0ACFDF

RGB

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

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

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

R = 2.27%
G = 47.05%
B = 50.68%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ACFDF (or 0x0ACFDF) is known color: Dark Turquoise. HEX triplet: 0A, CF and DF. RGB value is (10,207,223). Sum of RGB (Red+Green+Blue) = 10+207+223=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ACFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFDF is #F53020. Grayscale: #959595. Windows color (decimal): -16068641 or 14667530. OLE color: 14667530.

HSL color Cylindrical-coordinate representation of color #0ACFDF: hue angle of 184.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACFDF is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 207 223 -
CMYK 0.96 0.07 0 0.13
HSL 184.51º 0.91% 0.46% -
HSV(B) 184.51º 0.96% 0.87% -
XYZ 35.76 50.02 77.58 -
YUV 149.92 169.23 28.2 -
System Red Green Blue C M Y K H S L
Decimal 10 207 223 0.96 0.07 0 0.13 184.51 0.91 0.46
Hex A CF DF 60 7 0 D B9 5B 2E
Octal 12 317 337 140 7 0 15 271 133 56
Binary 1010 11001111 11011111 1100000 111 0 1101 10111001 1011011 101110

Color Harmonies of #0ACFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFDF

Black with #0ACFDF

Text Example


Text Example

White with #0ACFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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