Html Css Color HEX #6BCDED Turquoise Blue

📋 copy color: '#6BCDED'

red 107 ◦ green 205 ◦ blue 237

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

Shades of Turquoise Blue #6BCDED

Tints of Turquoise Blue #6BCDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 19.49%
G = 37.34%
B = 43.17%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BCDED (or 0x6BCDED) is known color: Turquoise Blue. HEX triplet: 6B, CD and ED. RGB value is (107,205,237). Sum of RGB (Red+Green+Blue) = 107+205+237=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDED is #943212. Grayscale: #B3B3B3. Windows color (decimal): -9712147 or 15584619. OLE color: 15584619.

HSL color Cylindrical-coordinate representation of color #6BCDED: hue angle of 194.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCDED is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 205 237 -
CMYK 0.55 0.14 0 0.07
HSL 194.77º 0.78% 0.67% -
HSV(B) 194.77º 0.55% 0.93% -
XYZ 43.18 52.9 88.06 -
YUV 179.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 107 205 237 0.55 0.14 0 0.07 194.77 0.78 0.67
Hex 6B CD ED 37 E 0 7 C3 4E 43
Octal 153 315 355 67 16 0 7 303 116 103
Binary 1101011 11001101 11101101 110111 1110 0 111 11000011 1001110 1000011

Color Harmonies of #6BCDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDED

Black with #6BCDED

Text Example


Text Example

White with #6BCDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,205,237); }

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

background-color css

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

 a { background-color: rgb(107,205,237); }

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

border-color css

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

 span { border-color: rgb(107,205,237); }

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