Html Css Color HEX #6BDCFF Turquoise Blue

📋 copy color: '#6BDCFF'

red 107 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #6BDCFF

Tints of Turquoise Blue #6BDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

 BLUE value IS 255 (100% from 255) = 43.81%

R = 18.38%
G = 37.8%
B = 43.81%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6BDCFF (or 0x6BDCFF) is known color: Turquoise Blue. HEX triplet: 6B, DC and FF. RGB value is (107,220,255). Sum of RGB (Red+Green+Blue) = 107+220+255=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCFF is #942300. Grayscale: #BDBDBD. Windows color (decimal): -9708289 or 16768107. OLE color: 16768107.

HSL color Cylindrical-coordinate representation of color #6BDCFF: hue angle of 194.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDCFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 107 220 255 -
CMYK 0.58 0.14 0 0
HSL 194.19º 1% 0.71% -
HSV(B) 194.19º 0.58% 1% -
XYZ 49.71 61.53 103.86 -
YUV 190.2 164.56 68.65 -
System Red Green Blue C M Y K H S L
Decimal 107 220 255 0.58 0.14 0 0 194.19 1 0.71
Hex 6B DC FF 3A E 0 0 C2 64 47
Octal 153 334 377 72 16 0 0 302 144 107
Binary 1101011 11011100 11111111 111010 1110 0 0 11000010 1100100 1000111

Color Harmonies of #6BDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCFF

Black with #6BDCFF

Text Example


Text Example

White with #6BDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,220,255); }

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

background-color css

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

 a { background-color: rgb(107,220,255); }

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

border-color css

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

 span { border-color: rgb(107,220,255); }

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