Html Css Color HEX #3ACFDB Medium Turquoise

📋 copy color: '#3ACFDB'

red 58 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #3ACFDB

Tints of Medium Turquoise #3ACFDB

RGB

 RED value IS 58 (23.05% from 255) = 11.98%

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 11.98%
G = 42.77%
B = 45.25%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ACFDB (or 0x3ACFDB) is known color: Medium Turquoise. HEX triplet: 3A, CF and DB. RGB value is (58,207,219). Sum of RGB (Red+Green+Blue) = 58+207+219=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ACFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFDB is #C53024. Grayscale: #A3A3A3. Windows color (decimal): -12922917 or 14405434. OLE color: 14405434.

HSL color Cylindrical-coordinate representation of color #3ACFDB: hue angle of 184.47º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACFDB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 207 219 -
CMYK 0.74 0.05 0 0.14
HSL 184.47º 0.69% 0.54% -
HSV(B) 184.47º 0.74% 0.86% -
XYZ 36.84 50.64 74.85 -
YUV 163.82 159.14 52.52 -
System Red Green Blue C M Y K H S L
Decimal 58 207 219 0.74 0.05 0 0.14 184.47 0.69 0.54
Hex 3A CF DB 4A 5 0 E B8 45 36
Octal 72 317 333 112 5 0 16 270 105 66
Binary 111010 11001111 11011011 1001010 101 0 1110 10111000 1000101 110110

Color Harmonies of #3ACFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFDB

Black with #3ACFDB

Text Example


Text Example

White with #3ACFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACFDB; }

 p { color: rgb(58,207,219); }

 H1.HeaderClassName
 {
   color: #3ACFDB;
 }
 .AnyTagClassName
 {
   color: #3ACFDB;
 }
</style>

background-color css

<style>
 a { background-color: #3ACFDB; }

 a { background-color: rgb(58,207,219); }

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

border-color css

<style>
 span { border-color: #3ACFDB; }

 span { border-color: rgb(58,207,219); }

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