Html Css Color HEX #52EDF3 Turquoise Blue

📋 copy color: '#52EDF3'

red 82 ◦ green 237 ◦ blue 243

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

Shades of Turquoise Blue #52EDF3

Tints of Turquoise Blue #52EDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.24%

R = 14.59%
G = 42.17%
B = 43.24%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52EDF3 (or 0x52EDF3) is known color: Turquoise Blue. HEX triplet: 52, ED and F3. RGB value is (82,237,243). Sum of RGB (Red+Green+Blue) = 82+237+243=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #52EDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EDF3 is #AD120C. Grayscale: #BFBFBF. Windows color (decimal): -11342349 or 15986002. OLE color: 15986002.

HSL color Cylindrical-coordinate representation of color #52EDF3: hue angle of 182.24º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EDF3 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 237 243 -
CMYK 0.66 0.02 0 0.05
HSL 182.24º 0.87% 0.64% -
HSV(B) 182.24º 0.66% 0.95% -
XYZ 49.94 68.83 95.45 -
YUV 191.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 82 237 243 0.66 0.02 0 0.05 182.24 0.87 0.64
Hex 52 ED F3 42 2 0 5 B6 57 40
Octal 122 355 363 102 2 0 5 266 127 100
Binary 1010010 11101101 11110011 1000010 10 0 101 10110110 1010111 1000000

Color Harmonies of #52EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDF3

Black with #52EDF3

Text Example


Text Example

White with #52EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,243); }

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

background-color css

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

 a { background-color: rgb(82,237,243); }

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

border-color css

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

 span { border-color: rgb(82,237,243); }

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