Html Css Color HEX #4BDDFD Turquoise Blue

📋 copy color: '#4BDDFD'

red 75 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #4BDDFD

Tints of Turquoise Blue #4BDDFD

RGB

 RED value IS 75 (29.69% from 255) = 13.66%

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 13.66%
G = 40.26%
B = 46.08%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BDDFD (or 0x4BDDFD) is known color: Turquoise Blue. HEX triplet: 4B, DD and FD. RGB value is (75,221,253). Sum of RGB (Red+Green+Blue) = 75+221+253=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDDFD is #B42202. Grayscale: #B4B4B4. Windows color (decimal): -11805187 or 16637259. OLE color: 16637259.

HSL color Cylindrical-coordinate representation of color #4BDDFD: hue angle of 190.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BDDFD is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 221 253 -
CMYK 0.70 0.13 0 0.01
HSL 190.79º 0.98% 0.64% -
HSV(B) 190.79º 0.7% 0.99% -
XYZ 46.49 60.3 102.12 -
YUV 180.99 168.63 52.4 -
System Red Green Blue C M Y K H S L
Decimal 75 221 253 0.70 0.13 0 0.01 190.79 0.98 0.64
Hex 4B DD FD 46 D 0 1 BF 62 40
Octal 113 335 375 106 15 0 1 277 142 100
Binary 1001011 11011101 11111101 1000110 1101 0 1 10111111 1100010 1000000

Color Harmonies of #4BDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDDFD

Black with #4BDDFD

Text Example


Text Example

White with #4BDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BDDFD; }

 p { color: rgb(75,221,253); }

 H1.HeaderClassName
 {
   color: #4BDDFD;
 }
 .AnyTagClassName
 {
   color: #4BDDFD;
 }
</style>

background-color css

<style>
 a { background-color: #4BDDFD; }

 a { background-color: rgb(75,221,253); }

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

border-color css

<style>
 span { border-color: #4BDDFD; }

 span { border-color: rgb(75,221,253); }

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