Html Css Color HEX #4BDFEE Turquoise Blue

📋 copy color: '#4BDFEE'

red 75 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #4BDFEE

Tints of Turquoise Blue #4BDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 13.99%
G = 41.6%
B = 44.4%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4BDFEE (or 0x4BDFEE) is known color: Turquoise Blue. HEX triplet: 4B, DF and EE. RGB value is (75,223,238). Sum of RGB (Red+Green+Blue) = 75+223+238=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #4BDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFEE is #B42011. Grayscale: #B4B4B4. Windows color (decimal): -11804690 or 15654731. OLE color: 15654731.

HSL color Cylindrical-coordinate representation of color #4BDFEE: hue angle of 185.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDFEE is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 223 238 -
CMYK 0.68 0.06 0 0.07
HSL 185.52º 0.83% 0.61% -
HSV(B) 185.52º 0.68% 0.93% -
XYZ 44.72 60.44 90.2 -
YUV 180.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 75 223 238 0.68 0.06 0 0.07 185.52 0.83 0.61
Hex 4B DF EE 44 6 0 7 BA 53 3D
Octal 113 337 356 104 6 0 7 272 123 75
Binary 1001011 11011111 11101110 1000100 110 0 111 10111010 1010011 111101

Color Harmonies of #4BDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDFEE

Black with #4BDFEE

Text Example


Text Example

White with #4BDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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