Html Css Color HEX #75EFE3 Turquoise Blue

📋 copy color: '#75EFE3'

red 117 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #75EFE3

Tints of Turquoise Blue #75EFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 227 (89.06% from 255) = 38.94%

R = 20.07%
G = 40.99%
B = 38.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#75EFE3 (or 0x75EFE3) is known color: Turquoise Blue. HEX triplet: 75, EF and E3. RGB value is (117,239,227). Sum of RGB (Red+Green+Blue) = 117+239+227=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EFE3 is #8A101C. Grayscale: #C9C9C9. Windows color (decimal): -9048093 or 14937973. OLE color: 14937973.

HSL color Cylindrical-coordinate representation of color #75EFE3: hue angle of 174.1º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFE3 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 239 227 -
CMYK 0.51 0 0.05 0.06
HSL 174.1º 0.79% 0.7% -
HSV(B) 174.1º 0.51% 0.94% -
XYZ 52.07 71.06 83.64 -
YUV 201.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 117 239 227 0.51 0 0.05 0.06 174.1 0.79 0.7
Hex 75 EF E3 33 0 5 6 AE 4F 46
Octal 165 357 343 63 0 5 6 256 117 106
Binary 1110101 11101111 11100011 110011 0 101 110 10101110 1001111 1000110

Color Harmonies of #75EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EFE3

Black with #75EFE3

Text Example


Text Example

White with #75EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,239,227); }

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

background-color css

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

 a { background-color: rgb(117,239,227); }

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

border-color css

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

 span { border-color: rgb(117,239,227); }

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