Html Css Color HEX #52E9FA Turquoise Blue

📋 copy color: '#52E9FA'

red 82 ◦ green 233 ◦ blue 250

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

Shades of Turquoise Blue #52E9FA

Tints of Turquoise Blue #52E9FA

RGB

 RED value IS 82 (32.42% from 255) = 14.51%

 GREEN value IS 233 (91.41% from 255) = 41.24%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 14.51%
G = 41.24%
B = 44.25%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52E9FA (or 0x52E9FA) is known color: Turquoise Blue. HEX triplet: 52, E9 and FA. RGB value is (82,233,250). Sum of RGB (Red+Green+Blue) = 82+233+250=565 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.51% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #52E9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52E9FA is #AD1605. Grayscale: #BDBDBD. Windows color (decimal): -11343366 or 16443730. OLE color: 16443730.

HSL color Cylindrical-coordinate representation of color #52E9FA: hue angle of 186.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E9FA is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 233 250 -
CMYK 0.67 0.07 0 0.02
HSL 186.07º 0.94% 0.65% -
HSV(B) 186.07º 0.67% 0.98% -
XYZ 49.87 66.97 100.74 -
YUV 189.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 82 233 250 0.67 0.07 0 0.02 186.07 0.94 0.65
Hex 52 E9 FA 43 7 0 2 BA 5E 41
Octal 122 351 372 103 7 0 2 272 136 101
Binary 1010010 11101001 11111010 1000011 111 0 10 10111010 1011110 1000001

Color Harmonies of #52E9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E9FA

Black with #52E9FA

Text Example


Text Example

White with #52E9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52E9FA; }

 p { color: rgb(82,233,250); }

 H1.HeaderClassName
 {
   color: #52E9FA;
 }
 .AnyTagClassName
 {
   color: #52E9FA;
 }
</style>

background-color css

<style>
 a { background-color: #52E9FA; }

 a { background-color: rgb(82,233,250); }

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

border-color css

<style>
 span { border-color: #52E9FA; }

 span { border-color: rgb(82,233,250); }

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