Html Css Color HEX #6BDDFA Turquoise Blue

📋 copy color: '#6BDDFA'

red 107 ◦ green 221 ◦ blue 250

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

Shades of Turquoise Blue #6BDDFA

Tints of Turquoise Blue #6BDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.24%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 18.51%
G = 38.24%
B = 43.25%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BDDFA (or 0x6BDDFA) is known color: Turquoise Blue. HEX triplet: 6B, DD and FA. RGB value is (107,221,250). Sum of RGB (Red+Green+Blue) = 107+221+250=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDFA is #942205. Grayscale: #BDBDBD. Windows color (decimal): -9708038 or 16440683. OLE color: 16440683.

HSL color Cylindrical-coordinate representation of color #6BDDFA: hue angle of 192.17º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BDDFA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 221 250 -
CMYK 0.57 0.12 0 0.02
HSL 192.17º 0.93% 0.7% -
HSV(B) 192.17º 0.57% 0.98% -
XYZ 49.18 61.74 99.77 -
YUV 190.22 161.73 68.64 -
System Red Green Blue C M Y K H S L
Decimal 107 221 250 0.57 0.12 0 0.02 192.17 0.93 0.7
Hex 6B DD FA 39 C 0 2 C0 5D 46
Octal 153 335 372 71 14 0 2 300 135 106
Binary 1101011 11011101 11111010 111001 1100 0 10 11000000 1011101 1000110

Color Harmonies of #6BDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDFA

Black with #6BDDFA

Text Example


Text Example

White with #6BDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,221,250); }

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

background-color css

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

 a { background-color: rgb(107,221,250); }

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

border-color css

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

 span { border-color: rgb(107,221,250); }

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