Html Css Color HEX #33CADA Medium Turquoise

📋 copy color: '#33CADA'

red 51 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #33CADA

Tints of Medium Turquoise #33CADA

RGB

 RED value IS 51 (20.31% from 255) = 10.83%

 GREEN value IS 202 (79.3% from 255) = 42.89%

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

R = 10.83%
G = 42.89%
B = 46.28%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#33CADA (or 0x33CADA) is known color: Medium Turquoise. HEX triplet: 33, CA and DA. RGB value is (51,202,218). Sum of RGB (Red+Green+Blue) = 51+202+218=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #33CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CADA is #CC3525. Grayscale: #9E9E9E. Windows color (decimal): -13382950 or 14338611. OLE color: 14338611.

HSL color Cylindrical-coordinate representation of color #33CADA: hue angle of 185.75º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CADA is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 202 218 -
CMYK 0.77 0.07 0 0.15
HSL 185.75º 0.69% 0.53% -
HSV(B) 185.75º 0.77% 0.85% -
XYZ 35.14 48.01 73.74 -
YUV 158.68 161.47 51.2 -
System Red Green Blue C M Y K H S L
Decimal 51 202 218 0.77 0.07 0 0.15 185.75 0.69 0.53
Hex 33 CA DA 4D 7 0 F BA 45 35
Octal 63 312 332 115 7 0 17 272 105 65
Binary 110011 11001010 11011010 1001101 111 0 1111 10111010 1000101 110101

Color Harmonies of #33CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CADA

Black with #33CADA

Text Example


Text Example

White with #33CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33CADA; }

 p { color: rgb(51,202,218); }

 H1.HeaderClassName
 {
   color: #33CADA;
 }
 .AnyTagClassName
 {
   color: #33CADA;
 }
</style>

background-color css

<style>
 a { background-color: #33CADA; }

 a { background-color: rgb(51,202,218); }

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

border-color css

<style>
 span { border-color: #33CADA; }

 span { border-color: rgb(51,202,218); }

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