Html Css Color HEX #65CCE6 Turquoise Blue

📋 copy color: '#65CCE6'

red 101 ◦ green 204 ◦ blue 230

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

Shades of Turquoise Blue #65CCE6

Tints of Turquoise Blue #65CCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 18.88%
G = 38.13%
B = 42.99%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#65CCE6 (or 0x65CCE6) is known color: Turquoise Blue. HEX triplet: 65, CC and E6. RGB value is (101,204,230). Sum of RGB (Red+Green+Blue) = 101+204+230=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #65CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CCE6 is #9A3319. Grayscale: #AFAFAF. Windows color (decimal): -10105626 or 15125605. OLE color: 15125605.

HSL color Cylindrical-coordinate representation of color #65CCE6: hue angle of 192.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65CCE6 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 204 230 -
CMYK 0.56 0.11 0 0.10
HSL 192.09º 0.72% 0.65% -
HSV(B) 192.09º 0.56% 0.9% -
XYZ 41.24 51.67 82.66 -
YUV 176.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 101 204 230 0.56 0.11 0 0.10 192.09 0.72 0.65
Hex 65 CC E6 38 B 0 A C0 48 41
Octal 145 314 346 70 13 0 12 300 110 101
Binary 1100101 11001100 11100110 111000 1011 0 1010 11000000 1001000 1000001

Color Harmonies of #65CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCE6

Black with #65CCE6

Text Example


Text Example

White with #65CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,204,230); }

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

background-color css

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

 a { background-color: rgb(101,204,230); }

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

border-color css

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

 span { border-color: rgb(101,204,230); }

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