Html Css Color HEX #61CBED Turquoise Blue

📋 copy color: '#61CBED'

red 97 ◦ green 203 ◦ blue 237

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

Shades of Turquoise Blue #61CBED

Tints of Turquoise Blue #61CBED

RGB

 RED value IS 97 (38.28% from 255) = 18.06%

 GREEN value IS 203 (79.69% from 255) = 37.8%

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

R = 18.06%
G = 37.8%
B = 44.13%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#61CBED (or 0x61CBED) is known color: Turquoise Blue. HEX triplet: 61, CB and ED. RGB value is (97,203,237). Sum of RGB (Red+Green+Blue) = 97+203+237=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #61CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CBED is #9E3412. Grayscale: #AEAEAE. Windows color (decimal): -10368019 or 15584097. OLE color: 15584097.

HSL color Cylindrical-coordinate representation of color #61CBED: hue angle of 194.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61CBED is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 203 237 -
CMYK 0.59 0.14 0 0.07
HSL 194.57º 0.8% 0.65% -
HSV(B) 194.57º 0.59% 0.93% -
XYZ 41.57 51.37 87.84 -
YUV 175.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 97 203 237 0.59 0.14 0 0.07 194.57 0.8 0.65
Hex 61 CB ED 3B E 0 7 C3 50 41
Octal 141 313 355 73 16 0 7 303 120 101
Binary 1100001 11001011 11101101 111011 1110 0 111 11000011 1010000 1000001

Color Harmonies of #61CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBED

Black with #61CBED

Text Example


Text Example

White with #61CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61CBED; }

 p { color: rgb(97,203,237); }

 H1.HeaderClassName
 {
   color: #61CBED;
 }
 .AnyTagClassName
 {
   color: #61CBED;
 }
</style>

background-color css

<style>
 a { background-color: #61CBED; }

 a { background-color: rgb(97,203,237); }

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

border-color css

<style>
 span { border-color: #61CBED; }

 span { border-color: rgb(97,203,237); }

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