Html Css Color HEX #65D2EB Turquoise Blue

📋 copy color: '#65D2EB'

red 101 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #65D2EB

Tints of Turquoise Blue #65D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.46%

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 18.5%
G = 38.46%
B = 43.04%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65D2EB (or 0x65D2EB) is known color: Turquoise Blue. HEX triplet: 65, D2 and EB. RGB value is (101,210,235). Sum of RGB (Red+Green+Blue) = 101+210+235=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #65D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D2EB is #9A2D14. Grayscale: #B4B4B4. Windows color (decimal): -10104085 or 15454821. OLE color: 15454821.

HSL color Cylindrical-coordinate representation of color #65D2EB: hue angle of 191.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D2EB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 210 235 -
CMYK 0.57 0.11 0 0.08
HSL 191.19º 0.77% 0.66% -
HSV(B) 191.19º 0.57% 0.92% -
XYZ 43.41 54.86 86.9 -
YUV 180.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 101 210 235 0.57 0.11 0 0.08 191.19 0.77 0.66
Hex 65 D2 EB 39 B 0 8 BF 4D 42
Octal 145 322 353 71 13 0 10 277 115 102
Binary 1100101 11010010 11101011 111001 1011 0 1000 10111111 1001101 1000010

Color Harmonies of #65D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D2EB

Black with #65D2EB

Text Example


Text Example

White with #65D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,210,235); }

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

background-color css

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

 a { background-color: rgb(101,210,235); }

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

border-color css

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

 span { border-color: rgb(101,210,235); }

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