Html Css Color HEX #66D4FB Turquoise Blue

📋 copy color: '#66D4FB'

red 102 ◦ green 212 ◦ blue 251

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

Shades of Turquoise Blue #66D4FB

Tints of Turquoise Blue #66D4FB

RGB

 RED value IS 102 (40.23% from 255) = 18.05%

 GREEN value IS 212 (83.2% from 255) = 37.52%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 18.05%
G = 37.52%
B = 44.42%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66D4FB (or 0x66D4FB) is known color: Turquoise Blue. HEX triplet: 66, D4 and FB. RGB value is (102,212,251). Sum of RGB (Red+Green+Blue) = 102+212+251=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #66D4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D4FB is #992B04. Grayscale: #B7B7B7. Windows color (decimal): -10038021 or 16503910. OLE color: 16503910.

HSL color Cylindrical-coordinate representation of color #66D4FB: hue angle of 195.7º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D4FB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 212 251 -
CMYK 0.59 0.16 0 0.02
HSL 195.7º 0.95% 0.69% -
HSV(B) 195.7º 0.59% 0.98% -
XYZ 46.44 56.88 99.8 -
YUV 183.56 166.06 69.83 -
System Red Green Blue C M Y K H S L
Decimal 102 212 251 0.59 0.16 0 0.02 195.7 0.95 0.69
Hex 66 D4 FB 3B 10 0 2 C4 5F 45
Octal 146 324 373 73 20 0 2 304 137 105
Binary 1100110 11010100 11111011 111011 10000 0 10 11000100 1011111 1000101

Color Harmonies of #66D4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D4FB

Black with #66D4FB

Text Example


Text Example

White with #66D4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66D4FB; }

 p { color: rgb(102,212,251); }

 H1.HeaderClassName
 {
   color: #66D4FB;
 }
 .AnyTagClassName
 {
   color: #66D4FB;
 }
</style>

background-color css

<style>
 a { background-color: #66D4FB; }

 a { background-color: rgb(102,212,251); }

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

border-color css

<style>
 span { border-color: #66D4FB; }

 span { border-color: rgb(102,212,251); }

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