Html Css Color HEX #3AFFEE Turquoise

📋 copy color: '#3AFFEE'

red 58 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #3AFFEE

Tints of Turquoise #3AFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

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

R = 10.53%
G = 46.28%
B = 43.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#3AFFEE (or 0x3AFFEE) is known color: Turquoise. HEX triplet: 3A, FF and EE. RGB value is (58,255,238). Sum of RGB (Red+Green+Blue) = 58+255+238=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFEE is #C50011. Grayscale: #C2C2C2. Windows color (decimal): -12910610 or 15662906. OLE color: 15662906.

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

Color convert

RGB 58 255 238 -
CMYK 0.77 0 0.07 0
HSL 174.82º 1% 0.61% -
HSV(B) 174.82º 0.77% 1% -
XYZ 52.94 78.59 93.27 -
YUV 194.16 152.73 30.88 -
System Red Green Blue C M Y K H S L
Decimal 58 255 238 0.77 0 0.07 0 174.82 1 0.61
Hex 3A FF EE 4D 0 7 0 AF 64 3D
Octal 72 377 356 115 0 7 0 257 144 75
Binary 111010 11111111 11101110 1001101 0 111 0 10101111 1100100 111101

Color Harmonies of #3AFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFEE

Black with #3AFFEE

Text Example


Text Example

White with #3AFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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