Html Css Color HEX #6BCADF Turquoise Blue

📋 copy color: '#6BCADF'

red 107 ◦ green 202 ◦ blue 223

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

Shades of Turquoise Blue #6BCADF

Tints of Turquoise Blue #6BCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.97%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 20.11%
G = 37.97%
B = 41.92%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BCADF (or 0x6BCADF) is known color: Turquoise Blue. HEX triplet: 6B, CA and DF. RGB value is (107,202,223). Sum of RGB (Red+Green+Blue) = 107+202+223=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BCADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCADF is #943520. Grayscale: #AFAFAF. Windows color (decimal): -9712929 or 14666347. OLE color: 14666347.

HSL color Cylindrical-coordinate representation of color #6BCADF: hue angle of 190.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCADF is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 202 223 -
CMYK 0.52 0.09 0 0.13
HSL 190.86º 0.64% 0.65% -
HSV(B) 190.86º 0.52% 0.87% -
XYZ 40.5 50.69 77.46 -
YUV 175.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 107 202 223 0.52 0.09 0 0.13 190.86 0.64 0.65
Hex 6B CA DF 34 9 0 D BF 40 41
Octal 153 312 337 64 11 0 15 277 100 101
Binary 1101011 11001010 11011111 110100 1001 0 1101 10111111 1000000 1000001

Color Harmonies of #6BCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCADF

Black with #6BCADF

Text Example


Text Example

White with #6BCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,223); }

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

background-color css

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

 a { background-color: rgb(107,202,223); }

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

border-color css

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

 span { border-color: rgb(107,202,223); }

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