Html Css Color HEX #65CDE0 Turquoise Blue

📋 copy color: '#65CDE0'

red 101 ◦ green 205 ◦ blue 224

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

Shades of Turquoise Blue #65CDE0

Tints of Turquoise Blue #65CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 19.06%
G = 38.68%
B = 42.26%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#65CDE0 (or 0x65CDE0) is known color: Turquoise Blue. HEX triplet: 65, CD and E0. RGB value is (101,205,224). Sum of RGB (Red+Green+Blue) = 101+205+224=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #65CDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDE0 is #9A321F. Grayscale: #AFAFAF. Windows color (decimal): -10105376 or 14732645. OLE color: 14732645.

HSL color Cylindrical-coordinate representation of color #65CDE0: hue angle of 189.27º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CDE0 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 205 224 -
CMYK 0.55 0.08 0 0.12
HSL 189.27º 0.66% 0.64% -
HSV(B) 189.27º 0.55% 0.88% -
XYZ 40.65 51.81 78.38 -
YUV 176.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 101 205 224 0.55 0.08 0 0.12 189.27 0.66 0.64
Hex 65 CD E0 37 8 0 C BD 42 40
Octal 145 315 340 67 10 0 14 275 102 100
Binary 1100101 11001101 11100000 110111 1000 0 1100 10111101 1000010 1000000

Color Harmonies of #65CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CDE0

Black with #65CDE0

Text Example


Text Example

White with #65CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,205,224); }

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

background-color css

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

 a { background-color: rgb(101,205,224); }

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

border-color css

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

 span { border-color: rgb(101,205,224); }

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