Html Css Color HEX #65CBF0 Turquoise Blue

📋 copy color: '#65CBF0'

red 101 ◦ green 203 ◦ blue 240

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

Shades of Turquoise Blue #65CBF0

Tints of Turquoise Blue #65CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.32%

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 18.57%
G = 37.32%
B = 44.12%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65CBF0 (or 0x65CBF0) is known color: Turquoise Blue. HEX triplet: 65, CB and F0. RGB value is (101,203,240). Sum of RGB (Red+Green+Blue) = 101+203+240=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #65CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBF0 is #9A340F. Grayscale: #B0B0B0. Windows color (decimal): -10105872 or 15780709. OLE color: 15780709.

HSL color Cylindrical-coordinate representation of color #65CBF0: hue angle of 195.97º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65CBF0 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 203 240 -
CMYK 0.58 0.15 0 0.06
HSL 195.97º 0.82% 0.67% -
HSV(B) 195.97º 0.58% 0.94% -
XYZ 42.45 51.77 90.19 -
YUV 176.72 163.71 73.99 -
System Red Green Blue C M Y K H S L
Decimal 101 203 240 0.58 0.15 0 0.06 195.97 0.82 0.67
Hex 65 CB F0 3A F 0 6 C4 52 43
Octal 145 313 360 72 17 0 6 304 122 103
Binary 1100101 11001011 11110000 111010 1111 0 110 11000100 1010010 1000011

Color Harmonies of #65CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBF0

Black with #65CBF0

Text Example


Text Example

White with #65CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,203,240); }

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

background-color css

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

 a { background-color: rgb(101,203,240); }

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

border-color css

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

 span { border-color: rgb(101,203,240); }

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