Html Css Color HEX #75DBFB Turquoise Blue

📋 copy color: '#75DBFB'

red 117 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #75DBFB

Tints of Turquoise Blue #75DBFB

RGB

 RED value IS 117 (46.09% from 255) = 19.93%

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 19.93%
G = 37.31%
B = 42.76%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75DBFB (or 0x75DBFB) is known color: Turquoise Blue. HEX triplet: 75, DB and FB. RGB value is (117,219,251). Sum of RGB (Red+Green+Blue) = 117+219+251=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #75DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBFB is #8A2404. Grayscale: #BFBFBF. Windows color (decimal): -9053189 or 16505717. OLE color: 16505717.

HSL color Cylindrical-coordinate representation of color #75DBFB: hue angle of 194.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75DBFB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 219 251 -
CMYK 0.53 0.13 0 0.02
HSL 194.33º 0.94% 0.72% -
HSV(B) 194.33º 0.53% 0.98% -
XYZ 50.08 61.41 100.48 -
YUV 192.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 117 219 251 0.53 0.13 0 0.02 194.33 0.94 0.72
Hex 75 DB FB 35 D 0 2 C2 5E 48
Octal 165 333 373 65 15 0 2 302 136 110
Binary 1110101 11011011 11111011 110101 1101 0 10 11000010 1011110 1001000

Color Harmonies of #75DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBFB

Black with #75DBFB

Text Example


Text Example

White with #75DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DBFB; }

 p { color: rgb(117,219,251); }

 H1.HeaderClassName
 {
   color: #75DBFB;
 }
 .AnyTagClassName
 {
   color: #75DBFB;
 }
</style>

background-color css

<style>
 a { background-color: #75DBFB; }

 a { background-color: rgb(117,219,251); }

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

border-color css

<style>
 span { border-color: #75DBFB; }

 span { border-color: rgb(117,219,251); }

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