Html Css Color HEX #64CFF3 Turquoise Blue

📋 copy color: '#64CFF3'

red 100 ◦ green 207 ◦ blue 243

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

Shades of Turquoise Blue #64CFF3

Tints of Turquoise Blue #64CFF3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.64%

 BLUE value IS 243 (95.31% from 255) = 44.18%

R = 18.18%
G = 37.64%
B = 44.18%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64CFF3 (or 0x64CFF3) is known color: Turquoise Blue. HEX triplet: 64, CF and F3. RGB value is (100,207,243). Sum of RGB (Red+Green+Blue) = 100+207+243=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #64CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFF3 is #9B300C. Grayscale: #B2B2B2. Windows color (decimal): -10170381 or 15978340. OLE color: 15978340.

HSL color Cylindrical-coordinate representation of color #64CFF3: hue angle of 195.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64CFF3 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 207 243 -
CMYK 0.59 0.15 0 0.05
HSL 195.1º 0.86% 0.67% -
HSV(B) 195.1º 0.59% 0.95% -
XYZ 43.75 53.81 92.87 -
YUV 179.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 100 207 243 0.59 0.15 0 0.05 195.1 0.86 0.67
Hex 64 CF F3 3B F 0 5 C3 56 43
Octal 144 317 363 73 17 0 5 303 126 103
Binary 1100100 11001111 11110011 111011 1111 0 101 11000011 1010110 1000011

Color Harmonies of #64CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFF3

Black with #64CFF3

Text Example


Text Example

White with #64CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,207,243); }

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

background-color css

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

 a { background-color: rgb(100,207,243); }

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

border-color css

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

 span { border-color: rgb(100,207,243); }

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