Html Css Color HEX #65EEE4 Turquoise Blue

📋 copy color: '#65EEE4'

red 101 ◦ green 238 ◦ blue 228

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

Shades of Turquoise Blue #65EEE4

Tints of Turquoise Blue #65EEE4

RGB

 RED value IS 101 (39.84% from 255) = 17.81%

 GREEN value IS 238 (93.36% from 255) = 41.98%

 BLUE value IS 228 (89.45% from 255) = 40.21%

R = 17.81%
G = 41.98%
B = 40.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#65EEE4 (or 0x65EEE4) is known color: Turquoise Blue. HEX triplet: 65, EE and E4. RGB value is (101,238,228). Sum of RGB (Red+Green+Blue) = 101+238+228=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEE4 is #9A111B. Grayscale: #C3C3C3. Windows color (decimal): -10096924 or 15003237. OLE color: 15003237.

HSL color Cylindrical-coordinate representation of color #65EEE4: hue angle of 175.62º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEE4 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 238 228 -
CMYK 0.58 0 0.04 0.07
HSL 175.62º 0.8% 0.66% -
HSV(B) 175.62º 0.58% 0.93% -
XYZ 49.94 69.52 84.18 -
YUV 195.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 101 238 228 0.58 0 0.04 0.07 175.62 0.8 0.66
Hex 65 EE E4 3A 0 4 7 B0 50 42
Octal 145 356 344 72 0 4 7 260 120 102
Binary 1100101 11101110 11100100 111010 0 100 111 10110000 1010000 1000010

Color Harmonies of #65EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EEE4

Black with #65EEE4

Text Example


Text Example

White with #65EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65EEE4; }

 p { color: rgb(101,238,228); }

 H1.HeaderClassName
 {
   color: #65EEE4;
 }
 .AnyTagClassName
 {
   color: #65EEE4;
 }
</style>

background-color css

<style>
 a { background-color: #65EEE4; }

 a { background-color: rgb(101,238,228); }

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

border-color css

<style>
 span { border-color: #65EEE4; }

 span { border-color: rgb(101,238,228); }

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