Html Css Color HEX #6BD7FC Turquoise Blue

📋 copy color: '#6BD7FC'

red 107 ◦ green 215 ◦ blue 252

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

Shades of Turquoise Blue #6BD7FC

Tints of Turquoise Blue #6BD7FC

RGB

 RED value IS 107 (42.19% from 255) = 18.64%

 GREEN value IS 215 (84.38% from 255) = 37.46%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 18.64%
G = 37.46%
B = 43.9%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BD7FC (or 0x6BD7FC) is known color: Turquoise Blue. HEX triplet: 6B, D7 and FC. RGB value is (107,215,252). Sum of RGB (Red+Green+Blue) = 107+215+252=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BD7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD7FC is #942803. Grayscale: #BABABA. Windows color (decimal): -9709572 or 16570219. OLE color: 16570219.

HSL color Cylindrical-coordinate representation of color #6BD7FC: hue angle of 195.31º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BD7FC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 215 252 -
CMYK 0.58 0.15 0 0.01
HSL 195.31º 0.96% 0.7% -
HSV(B) 195.31º 0.58% 0.99% -
XYZ 47.93 58.75 100.91 -
YUV 186.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 107 215 252 0.58 0.15 0 0.01 195.31 0.96 0.7
Hex 6B D7 FC 3A F 0 1 C3 60 46
Octal 153 327 374 72 17 0 1 303 140 106
Binary 1101011 11010111 11111100 111010 1111 0 1 11000011 1100000 1000110

Color Harmonies of #6BD7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD7FC

Black with #6BD7FC

Text Example


Text Example

White with #6BD7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BD7FC; }

 p { color: rgb(107,215,252); }

 H1.HeaderClassName
 {
   color: #6BD7FC;
 }
 .AnyTagClassName
 {
   color: #6BD7FC;
 }
</style>

background-color css

<style>
 a { background-color: #6BD7FC; }

 a { background-color: rgb(107,215,252); }

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

border-color css

<style>
 span { border-color: #6BD7FC; }

 span { border-color: rgb(107,215,252); }

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