Html Css Color HEX #65D2EE Turquoise Blue

📋 copy color: '#65D2EE'

red 101 ◦ green 210 ◦ blue 238

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

Shades of Turquoise Blue #65D2EE

Tints of Turquoise Blue #65D2EE

RGB

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

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

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

R = 18.4%
G = 38.25%
B = 43.35%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65D2EE (or 0x65D2EE) is known color: Turquoise Blue. HEX triplet: 65, D2 and EE. RGB value is (101,210,238). Sum of RGB (Red+Green+Blue) = 101+210+238=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #65D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D2EE is #9A2D11. Grayscale: #B4B4B4. Windows color (decimal): -10104082 or 15651429. OLE color: 15651429.

HSL color Cylindrical-coordinate representation of color #65D2EE: hue angle of 192.26º 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 #65D2EE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 210 238 -
CMYK 0.58 0.12 0 0.07
HSL 192.26º 0.8% 0.66% -
HSV(B) 192.26º 0.58% 0.93% -
XYZ 43.85 55.03 89.2 -
YUV 180.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 101 210 238 0.58 0.12 0 0.07 192.26 0.8 0.66
Hex 65 D2 EE 3A C 0 7 C0 50 42
Octal 145 322 356 72 14 0 7 300 120 102
Binary 1100101 11010010 11101110 111010 1100 0 111 11000000 1010000 1000010

Color Harmonies of #65D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D2EE

Black with #65D2EE

Text Example


Text Example

White with #65D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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