Html Css Color HEX #6BEDEA Turquoise Blue

📋 copy color: '#6BEDEA'

red 107 ◦ green 237 ◦ blue 234

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

Shades of Turquoise Blue #6BEDEA

Tints of Turquoise Blue #6BEDEA

RGB

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

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

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

R = 18.51%
G = 41%
B = 40.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#6BEDEA (or 0x6BEDEA) is known color: Turquoise Blue. HEX triplet: 6B, ED and EA. RGB value is (107,237,234). Sum of RGB (Red+Green+Blue) = 107+237+234=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEDEA is #941215. Grayscale: #C5C5C5. Windows color (decimal): -9703958 or 15396203. OLE color: 15396203.

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

Color convert

RGB 107 237 234 -
CMYK 0.55 0 0.01 0.07
HSL 178.62º 0.78% 0.67% -
HSV(B) 178.62º 0.55% 0.93% -
XYZ 51.2 69.63 88.58 -
YUV 197.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 107 237 234 0.55 0 0.01 0.07 178.62 0.78 0.67
Hex 6B ED EA 37 0 1 7 B3 4E 43
Octal 153 355 352 67 0 1 7 263 116 103
Binary 1101011 11101101 11101010 110111 0 1 111 10110011 1001110 1000011

Color Harmonies of #6BEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDEA

Black with #6BEDEA

Text Example


Text Example

White with #6BEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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