Html Css Color HEX #64CBF0 Turquoise Blue

📋 copy color: '#64CBF0'

red 100 ◦ green 203 ◦ blue 240

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

Shades of Turquoise Blue #64CBF0

Tints of Turquoise Blue #64CBF0

RGB

 RED value IS 100 (39.45% from 255) = 18.42%

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

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

R = 18.42%
G = 37.38%
B = 44.2%

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

#64CBF0 (or 0x64CBF0) is known color: Turquoise Blue. HEX triplet: 64, CB and F0. RGB value is (100,203,240). Sum of RGB (Red+Green+Blue) = 100+203+240=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #64CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBF0 is #9B340F. Grayscale: #B0B0B0. Windows color (decimal): -10171408 or 15780708. OLE color: 15780708.

HSL color Cylindrical-coordinate representation of color #64CBF0: hue angle of 195.86º 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 #64CBF0 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 203 240 -
CMYK 0.58 0.15 0 0.06
HSL 195.86º 0.82% 0.67% -
HSV(B) 195.86º 0.58% 0.94% -
XYZ 42.34 51.71 90.19 -
YUV 176.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 100 203 240 0.58 0.15 0 0.06 195.86 0.82 0.67
Hex 64 CB F0 3A F 0 6 C4 52 43
Octal 144 313 360 72 17 0 6 304 122 103
Binary 1100100 11001011 11110000 111010 1111 0 110 11000100 1010010 1000011

Color Harmonies of #64CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBF0

Black with #64CBF0

Text Example


Text Example

White with #64CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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