Html Css Color HEX #3AFDEE Turquoise

📋 copy color: '#3AFDEE'

red 58 ◦ green 253 ◦ blue 238

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

Shades of Turquoise #3AFDEE

Tints of Turquoise #3AFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.08%

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 10.56%
G = 46.08%
B = 43.35%

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

#3AFDEE (or 0x3AFDEE) is known color: Turquoise. HEX triplet: 3A, FD and EE. RGB value is (58,253,238). Sum of RGB (Red+Green+Blue) = 58+253+238=549 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.56% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDEE is #C50211. Grayscale: #C0C0C0. Windows color (decimal): -12911122 or 15662394. OLE color: 15662394.

HSL color Cylindrical-coordinate representation of color #3AFDEE: hue angle of 175.38º degrees, saturation: 0.98, 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 #3AFDEE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 238 -
CMYK 0.77 0 0.06 0.01
HSL 175.38º 0.98% 0.61% -
HSV(B) 175.38º 0.77% 0.99% -
XYZ 52.3 77.32 93.06 -
YUV 192.99 153.4 31.72 -
System Red Green Blue C M Y K H S L
Decimal 58 253 238 0.77 0 0.06 0.01 175.38 0.98 0.61
Hex 3A FD EE 4D 0 6 1 AF 62 3D
Octal 72 375 356 115 0 6 1 257 142 75
Binary 111010 11111101 11101110 1001101 0 110 1 10101111 1100010 111101

Color Harmonies of #3AFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFDEE

Black with #3AFDEE

Text Example


Text Example

White with #3AFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,238); }

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

background-color css

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

 a { background-color: rgb(58,253,238); }

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

border-color css

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

 span { border-color: rgb(58,253,238); }

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