Html Css Color HEX #3AEDEE Turquoise

📋 copy color: '#3AEDEE'

red 58 ◦ green 237 ◦ blue 238

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

Shades of Turquoise #3AEDEE

Tints of Turquoise #3AEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

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

R = 10.88%
G = 44.47%
B = 44.65%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3AEDEE (or 0x3AEDEE) is known color: Turquoise. HEX triplet: 3A, ED and EE. RGB value is (58,237,238). Sum of RGB (Red+Green+Blue) = 58+237+238=533 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.88% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AEDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDEE is #C51211. Grayscale: #B7B7B7. Windows color (decimal): -12915218 or 15658298. OLE color: 15658298.

HSL color Cylindrical-coordinate representation of color #3AEDEE: hue angle of 180.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDEE is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 238 -
CMYK 0.76 0.00 0 0.07
HSL 180.33º 0.84% 0.58% -
HSV(B) 180.33º 0.76% 0.93% -
XYZ 47.46 67.64 91.44 -
YUV 183.59 158.7 38.42 -
System Red Green Blue C M Y K H S L
Decimal 58 237 238 0.76 0.00 0 0.07 180.33 0.84 0.58
Hex 3A ED EE 4C 0 0 7 B4 54 3A
Octal 72 355 356 114 0 0 7 264 124 72
Binary 111010 11101101 11101110 1001100 0 0 111 10110100 1010100 111010

Color Harmonies of #3AEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDEE

Black with #3AEDEE

Text Example


Text Example

White with #3AEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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