Html Css Color HEX #4BDEFF Turquoise Blue

📋 copy color: '#4BDEFF'

red 75 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #4BDEFF

Tints of Turquoise Blue #4BDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.22%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 13.59%
G = 40.22%
B = 46.2%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BDEFF (or 0x4BDEFF) is known color: Turquoise Blue. HEX triplet: 4B, DE and FF. RGB value is (75,222,255). Sum of RGB (Red+Green+Blue) = 75+222+255=552 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.59% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDEFF is #B42100. Grayscale: #B5B5B5. Windows color (decimal): -11804929 or 16768587. OLE color: 16768587.

HSL color Cylindrical-coordinate representation of color #4BDEFF: hue angle of 191º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BDEFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 222 255 -
CMYK 0.71 0.13 0 0
HSL 191º 1% 0.65% -
HSV(B) 191º 0.71% 1% -
XYZ 47.07 60.96 103.89 -
YUV 181.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 75 222 255 0.71 0.13 0 0 191 1 0.65
Hex 4B DE FF 47 D 0 0 BF 64 41
Octal 113 336 377 107 15 0 0 277 144 101
Binary 1001011 11011110 11111111 1000111 1101 0 0 10111111 1100100 1000001

Color Harmonies of #4BDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDEFF

Black with #4BDEFF

Text Example


Text Example

White with #4BDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,222,255); }

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

background-color css

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

 a { background-color: rgb(75,222,255); }

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

border-color css

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

 span { border-color: rgb(75,222,255); }

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