Html Css Color HEX #6BDAEA Turquoise Blue

📋 copy color: '#6BDAEA'

red 107 ◦ green 218 ◦ blue 234

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

Shades of Turquoise Blue #6BDAEA

Tints of Turquoise Blue #6BDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 19.14%
G = 39%
B = 41.86%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BDAEA (or 0x6BDAEA) is known color: Turquoise Blue. HEX triplet: 6B, DA and EA. RGB value is (107,218,234). Sum of RGB (Red+Green+Blue) = 107+218+234=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDAEA is #942515. Grayscale: #BABABA. Windows color (decimal): -9708822 or 15391339. OLE color: 15391339.

HSL color Cylindrical-coordinate representation of color #6BDAEA: hue angle of 187.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDAEA is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 218 234 -
CMYK 0.54 0.07 0 0.08
HSL 187.56º 0.75% 0.67% -
HSV(B) 187.56º 0.54% 0.92% -
XYZ 45.99 59.21 86.85 -
YUV 186.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 107 218 234 0.54 0.07 0 0.08 187.56 0.75 0.67
Hex 6B DA EA 36 7 0 8 BC 4B 43
Octal 153 332 352 66 7 0 10 274 113 103
Binary 1101011 11011010 11101010 110110 111 0 1000 10111100 1001011 1000011

Color Harmonies of #6BDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDAEA

Black with #6BDAEA

Text Example


Text Example

White with #6BDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,234); }

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

background-color css

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

 a { background-color: rgb(107,218,234); }

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

border-color css

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

 span { border-color: rgb(107,218,234); }

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