Html Css Color HEX #4BDEF2 Turquoise Blue

📋 copy color: '#4BDEF2'

red 75 ◦ green 222 ◦ blue 242

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

Shades of Turquoise Blue #4BDEF2

Tints of Turquoise Blue #4BDEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.9%

R = 13.91%
G = 41.19%
B = 44.9%

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

#4BDEF2 (or 0x4BDEF2) is known color: Turquoise Blue. HEX triplet: 4B, DE and F2. RGB value is (75,222,242). Sum of RGB (Red+Green+Blue) = 75+222+242=539 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.91% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BDEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDEF2 is #B4210D. Grayscale: #B4B4B4. Windows color (decimal): -11804942 or 15916619. OLE color: 15916619.

HSL color Cylindrical-coordinate representation of color #4BDEF2: hue angle of 187.19º degrees, saturation: 0.87, 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 #4BDEF2 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 222 242 -
CMYK 0.69 0.08 0 0.05
HSL 187.19º 0.87% 0.62% -
HSV(B) 187.19º 0.69% 0.95% -
XYZ 45.05 60.15 93.24 -
YUV 180.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 75 222 242 0.69 0.08 0 0.05 187.19 0.87 0.62
Hex 4B DE F2 45 8 0 5 BB 57 3E
Octal 113 336 362 105 10 0 5 273 127 76
Binary 1001011 11011110 11110010 1000101 1000 0 101 10111011 1010111 111110

Color Harmonies of #4BDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDEF2

Black with #4BDEF2

Text Example


Text Example

White with #4BDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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