Html Css Color HEX #3AFBDD Turquoise

📋 copy color: '#3AFBDD'

red 58 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #3AFBDD

Tints of Turquoise #3AFBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.36%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 10.94%
G = 47.36%
B = 41.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#3AFBDD (or 0x3AFBDD) is known color: Turquoise. HEX triplet: 3A, FB and DD. RGB value is (58,251,221). Sum of RGB (Red+Green+Blue) = 58+251+221=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBDD is #C50422. Grayscale: #BDBDBD. Windows color (decimal): -12911651 or 14547770. OLE color: 14547770.

HSL color Cylindrical-coordinate representation of color #3AFBDD: hue angle of 170.67º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBDD is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 221 -
CMYK 0.77 0 0.12 0.02
HSL 170.67º 0.96% 0.61% -
HSV(B) 170.67º 0.77% 0.98% -
XYZ 49.29 75.11 80.31 -
YUV 189.87 145.56 33.94 -
System Red Green Blue C M Y K H S L
Decimal 58 251 221 0.77 0 0.12 0.02 170.67 0.96 0.61
Hex 3A FB DD 4D 0 C 2 AB 60 3D
Octal 72 373 335 115 0 14 2 253 140 75
Binary 111010 11111011 11011101 1001101 0 1100 10 10101011 1100000 111101

Color Harmonies of #3AFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBDD

Black with #3AFBDD

Text Example


Text Example

White with #3AFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,251,221); }

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

background-color css

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

 a { background-color: rgb(58,251,221); }

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

border-color css

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

 span { border-color: rgb(58,251,221); }

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