Html Css Color HEX #4BDFFD Turquoise Blue

📋 copy color: '#4BDFFD'

red 75 ◦ green 223 ◦ blue 253

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

Shades of Turquoise Blue #4BDFFD

Tints of Turquoise Blue #4BDFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

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

R = 13.61%
G = 40.47%
B = 45.92%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BDFFD (or 0x4BDFFD) is known color: Turquoise Blue. HEX triplet: 4B, DF and FD. RGB value is (75,223,253). Sum of RGB (Red+Green+Blue) = 75+223+253=551 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.61% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFFD is #B42002. Grayscale: #B5B5B5. Windows color (decimal): -11804675 or 16637771. OLE color: 16637771.

HSL color Cylindrical-coordinate representation of color #4BDFFD: hue angle of 190.11º 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 #4BDFFD is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 223 253 -
CMYK 0.70 0.12 0 0.01
HSL 190.11º 0.98% 0.64% -
HSV(B) 190.11º 0.7% 0.99% -
XYZ 47.02 61.36 102.29 -
YUV 182.17 167.97 51.56 -
System Red Green Blue C M Y K H S L
Decimal 75 223 253 0.70 0.12 0 0.01 190.11 0.98 0.64
Hex 4B DF FD 46 C 0 1 BE 62 40
Octal 113 337 375 106 14 0 1 276 142 100
Binary 1001011 11011111 11111101 1000110 1100 0 1 10111110 1100010 1000000

Color Harmonies of #4BDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDFFD

Black with #4BDFFD

Text Example


Text Example

White with #4BDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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