Html Css Color HEX #52CCF3 Turquoise Blue

📋 copy color: '#52CCF3'

red 82 ◦ green 204 ◦ blue 243

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

Shades of Turquoise Blue #52CCF3

Tints of Turquoise Blue #52CCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

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

R = 15.5%
G = 38.56%
B = 45.94%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52CCF3 (or 0x52CCF3) is known color: Turquoise Blue. HEX triplet: 52, CC and F3. RGB value is (82,204,243). Sum of RGB (Red+Green+Blue) = 82+204+243=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #52CCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCF3 is #AD330C. Grayscale: #ABABAB. Windows color (decimal): -11350797 or 15977554. OLE color: 15977554.

HSL color Cylindrical-coordinate representation of color #52CCF3: hue angle of 194.53º 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 #52CCF3 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 204 243 -
CMYK 0.66 0.16 0 0.05
HSL 194.53º 0.87% 0.64% -
HSV(B) 194.53º 0.66% 0.95% -
XYZ 41.25 51.45 92.55 -
YUV 171.97 168.08 63.83 -
System Red Green Blue C M Y K H S L
Decimal 82 204 243 0.66 0.16 0 0.05 194.53 0.87 0.64
Hex 52 CC F3 42 10 0 5 C3 57 40
Octal 122 314 363 102 20 0 5 303 127 100
Binary 1010010 11001100 11110011 1000010 10000 0 101 11000011 1010111 1000000

Color Harmonies of #52CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCF3

Black with #52CCF3

Text Example


Text Example

White with #52CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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