Html Css Color HEX #4BDEF1 Turquoise Blue

📋 copy color: '#4BDEF1'

red 75 ◦ green 222 ◦ blue 241

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

Shades of Turquoise Blue #4BDEF1

Tints of Turquoise Blue #4BDEF1

RGB

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

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

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

R = 13.94%
G = 41.26%
B = 44.8%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4BDEF1 (or 0x4BDEF1) is known color: Turquoise Blue. HEX triplet: 4B, DE and F1. RGB value is (75,222,241). Sum of RGB (Red+Green+Blue) = 75+222+241=538 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.94% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #4BDEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDEF1 is #B4210E. Grayscale: #B3B3B3. Windows color (decimal): -11804943 or 15851083. OLE color: 15851083.

HSL color Cylindrical-coordinate representation of color #4BDEF1: hue angle of 186.87º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDEF1 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 222 241 -
CMYK 0.69 0.08 0 0.05
HSL 186.87º 0.86% 0.62% -
HSV(B) 186.87º 0.69% 0.95% -
XYZ 44.9 60.09 92.45 -
YUV 180.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 75 222 241 0.69 0.08 0 0.05 186.87 0.86 0.62
Hex 4B DE F1 45 8 0 5 BB 56 3E
Octal 113 336 361 105 10 0 5 273 126 76
Binary 1001011 11011110 11110001 1000101 1000 0 101 10111011 1010110 111110

Color Harmonies of #4BDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDEF1

Black with #4BDEF1

Text Example


Text Example

White with #4BDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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