Html Css Color HEX #6BEDDA Turquoise Blue

📋 copy color: '#6BEDDA'

red 107 ◦ green 237 ◦ blue 218

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

Shades of Turquoise Blue #6BEDDA

Tints of Turquoise Blue #6BEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 19.04%
G = 42.17%
B = 38.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6BEDDA (or 0x6BEDDA) is known color: Turquoise Blue. HEX triplet: 6B, ED and DA. RGB value is (107,237,218). Sum of RGB (Red+Green+Blue) = 107+237+218=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDDA is #941225. Grayscale: #C3C3C3. Windows color (decimal): -9703974 or 14347627. OLE color: 14347627.

HSL color Cylindrical-coordinate representation of color #6BEDDA: hue angle of 171.23º 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 #6BEDDA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 218 -
CMYK 0.55 0 0.08 0.07
HSL 171.23º 0.78% 0.67% -
HSV(B) 171.23º 0.55% 0.93% -
XYZ 49 68.76 77.02 -
YUV 195.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 107 237 218 0.55 0 0.08 0.07 171.23 0.78 0.67
Hex 6B ED DA 37 0 8 7 AB 4E 43
Octal 153 355 332 67 0 10 7 253 116 103
Binary 1101011 11101101 11011010 110111 0 1000 111 10101011 1001110 1000011

Color Harmonies of #6BEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDDA

Black with #6BEDDA

Text Example


Text Example

White with #6BEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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