Html Css Color HEX #52FBBE Turquoise

📋 copy color: '#52FBBE'

red 82 ◦ green 251 ◦ blue 190

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

Shades of Turquoise #52FBBE

Tints of Turquoise #52FBBE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.99%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 15.68%
G = 47.99%
B = 36.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#52FBBE (or 0x52FBBE) is known color: Turquoise. HEX triplet: 52, FB and BE. RGB value is (82,251,190). Sum of RGB (Red+Green+Blue) = 82+251+190=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBBE is #AD0441. Grayscale: #C1C1C1. Windows color (decimal): -11338818 or 12516178. OLE color: 12516178.

HSL color Cylindrical-coordinate representation of color #52FBBE: hue angle of 158.34º degrees, saturation: 0.95, 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 #52FBBE is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 190 -
CMYK 0.67 0 0.24 0.02
HSL 158.34º 0.95% 0.65% -
HSV(B) 158.34º 0.67% 0.98% -
XYZ 47.27 74.51 60.6 -
YUV 193.52 126.01 48.46 -
System Red Green Blue C M Y K H S L
Decimal 82 251 190 0.67 0 0.24 0.02 158.34 0.95 0.65
Hex 52 FB BE 43 0 18 2 9E 5F 41
Octal 122 373 276 103 0 30 2 236 137 101
Binary 1010010 11111011 10111110 1000011 0 11000 10 10011110 1011111 1000001

Color Harmonies of #52FBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBBE

Black with #52FBBE

Text Example


Text Example

White with #52FBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,251,190); }

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

background-color css

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

 a { background-color: rgb(82,251,190); }

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

border-color css

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

 span { border-color: rgb(82,251,190); }

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