Html Css Color HEX #53CBF1 Turquoise Blue

📋 copy color: '#53CBF1'

red 83 ◦ green 203 ◦ blue 241

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

Shades of Turquoise Blue #53CBF1

Tints of Turquoise Blue #53CBF1

RGB

 RED value IS 83 (32.81% from 255) = 15.75%

 GREEN value IS 203 (79.69% from 255) = 38.52%

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 15.75%
G = 38.52%
B = 45.73%

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

#53CBF1 (or 0x53CBF1) is known color: Turquoise Blue. HEX triplet: 53, CB and F1. RGB value is (83,203,241). Sum of RGB (Red+Green+Blue) = 83+203+241=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #53CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CBF1 is #AC340E. Grayscale: #ABABAB. Windows color (decimal): -11285519 or 15846227. OLE color: 15846227.

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

Color convert

RGB 83 203 241 -
CMYK 0.66 0.16 0 0.05
HSL 194.43º 0.85% 0.64% -
HSV(B) 194.43º 0.66% 0.95% -
XYZ 40.8 50.9 90.89 -
YUV 171.45 167.24 64.91 -
System Red Green Blue C M Y K H S L
Decimal 83 203 241 0.66 0.16 0 0.05 194.43 0.85 0.64
Hex 53 CB F1 42 10 0 5 C2 55 40
Octal 123 313 361 102 20 0 5 302 125 100
Binary 1010011 11001011 11110001 1000010 10000 0 101 11000010 1010101 1000000

Color Harmonies of #53CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBF1

Black with #53CBF1

Text Example


Text Example

White with #53CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CBF1; }

 p { color: rgb(83,203,241); }

 H1.HeaderClassName
 {
   color: #53CBF1;
 }
 .AnyTagClassName
 {
   color: #53CBF1;
 }
</style>

background-color css

<style>
 a { background-color: #53CBF1; }

 a { background-color: rgb(83,203,241); }

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

border-color css

<style>
 span { border-color: #53CBF1; }

 span { border-color: rgb(83,203,241); }

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