Html Css Color HEX #3AFCED Turquoise

📋 copy color: '#3AFCED'

red 58 ◦ green 252 ◦ blue 237

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

Shades of Turquoise #3AFCED

Tints of Turquoise #3AFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.07%

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 10.6%
G = 46.07%
B = 43.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#3AFCED (or 0x3AFCED) is known color: Turquoise. HEX triplet: 3A, FC and ED. RGB value is (58,252,237). Sum of RGB (Red+Green+Blue) = 58+252+237=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFCED is #C50312. Grayscale: #C0C0C0. Windows color (decimal): -12911379 or 15596602. OLE color: 15596602.

HSL color Cylindrical-coordinate representation of color #3AFCED: hue angle of 175.36º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFCED is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 237 -
CMYK 0.77 0 0.06 0.01
HSL 175.36º 0.97% 0.61% -
HSV(B) 175.36º 0.77% 0.99% -
XYZ 51.84 76.63 92.18 -
YUV 192.28 153.23 32.22 -
System Red Green Blue C M Y K H S L
Decimal 58 252 237 0.77 0 0.06 0.01 175.36 0.97 0.61
Hex 3A FC ED 4D 0 6 1 AF 61 3D
Octal 72 374 355 115 0 6 1 257 141 75
Binary 111010 11111100 11101101 1001101 0 110 1 10101111 1100001 111101

Color Harmonies of #3AFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCED

Black with #3AFCED

Text Example


Text Example

White with #3AFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,237); }

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

background-color css

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

 a { background-color: rgb(58,252,237); }

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

border-color css

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

 span { border-color: rgb(58,252,237); }

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